Is there a simple mod I can make that would allow me to do the following after splitting the join-page into 3 pages plus a 4th page with a submit button:
1. On page one, the user fills in several fields, including sex
2. User clicks on "next" button at the bottom of page 1
3. If the user is female, the system takes her from page one to page 3, skipping page 2, which is for males
if the user is male, the system takes him from page 1 to page 2 to page 4, skipping page 3 which is for females.
Can anyone help?