
Originally Posted by
GaryBouchard
Good afternoon,
I am new to using the formmailer.php script with my godaddy hosted website, however I almost have it working the way I need, except that I cannot determine how to pass a variable to the subject field of the email...
I have two radio buttons on my HTML page to Subscribe or Unsubscribe and named "CalendarListOption". I would like to just get the value of this radio button selection and make that value my subject for a subscription emailer.
u can derive the subject field:
http://www.tectite.com/fmhowto/derived.php
like this:
HTML Code:
<input type="hidden" name="derive_fields" value="subject=CalendarListOption" />
I also noticed that the fields on my confirmation page are the fieldnames and not the values. I guess I missed something!
Can someone please tell me how to go about this?
u need a template. use "good_template" instead of "good_url":
http://www.tectite.com/fmhowto/redir.php
Bookmarks