Different EMail Capture forms for Male/Female using a dropdown box?

Garrett

music LOUD
Feb 4, 2008
3,847
131
0
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?