Nov 4th, 2011, 10:35 AM
Ok, I think my last reply was way off, probably due to lack of sleep.
I think that what we want to do here is easy, I just don't know how to write the code. Let's see if I can explain the concept.
In an HTML form, directly following a text input field for "email" I would have a checkbox. I need the form to determine IF that box has been checked. If the box has been checked, then in addition to normal processing, also process the form using the equivalent to:
action="http://somewebsite.com/subscribe/post" using method="post"
If that particular checkbox has NOT been checked, then process the form normally and just skip the above step.
The concept seems like an easy PHP function, I'm just not a PHP coding guy...
I think that what we want to do here is easy, I just don't know how to write the code. Let's see if I can explain the concept.
In an HTML form, directly following a text input field for "email" I would have a checkbox. I need the form to determine IF that box has been checked. If the box has been checked, then in addition to normal processing, also process the form using the equivalent to:
action="http://somewebsite.com/subscribe/post" using method="post"
If that particular checkbox has NOT been checked, then process the form normally and just skip the above step.
The concept seems like an easy PHP function, I'm just not a PHP coding guy...