Forum Moderators: phranque
What I really want to happen is that the user fills in their name and email then chooses their options. Then, when they submit, their details are validated and then the form takes them to the shopping cart whilst simultaneously sending me an email with their details.
Is this possible and does anyone have a solution?
You can use your own form to process and send the email and then either process the POST form data yourself or read the POST the form details and submit them through an open socket to another form process on another site (if that is the requirement).