Great! thanks for the help, I got the submission to pass the variables to my announce list. So in short I got the sign-up to work.
Now I have a question about adding an unsubscrib feature.
Here is what I understand is going on:
My dreamhost cgi is being passed a "name" variable when the submit type is chosen. (i.e. the user goes to my web page and puts their name and email address in and clicks the button "submit".)
<input type="submit" name="submit" value="Join Our Announcement List" />
<input type="submit" name="unsub" value="Unsubscribe" />
So normally there are two input types of "submit" on a given page. (I thought I would just copy the cform and add a second form for adding an unsubscribe button. You can see it here. [http://thejourneyler.org/?page_id=71]) Now the cforms plugin does not seem to let me define a "name" value for a submit input type. So in cform form settings page for the plugin under Messages, Text and Button Label I can change the value of the submit function but I can not change the "name" variable. How do I do this?
The functional problem is that If I add a name to the unsubscribe form and click submit… it still submits it as if it was trying to subscribe.
Thanks again.