I've had this on my mind for awhile and would like to learn how to code this. How would you go about displaying a different optin form based on whether the user selects that they are male or female?
For example, a squeeze page for a dating offer.
<selectgender>
------------------
OPTIN FORM
------------------
Would you have to use Javascript to swap form codes based on the selection client side? Or could you do a simple PHP if isset?
For example, a squeeze page for a dating offer.
<selectgender>
------------------
OPTIN FORM
------------------
Would you have to use Javascript to swap form codes based on the selection client side? Or could you do a simple PHP if isset?