Search results

  1. C

    How to send conditional confirmation email via php, following html webform?

    I have an html web form that once submitted activates a script which directs the user to a page based on their selection. The script also sends the admin the message. Now, what I would like to do is send the user one of two emails. The email sent will be based on the selection. For instance...
  2. C

    How to make a form using HTML/PHP with conditional responses based on drop...

    ...down selection? For instance, the drop down would have three options: -google -yahoo -bing How to go to website based on selection after pressing submit?
  3. C

    How to make a form using HTML/PHP with conditional responses based on zip code.?

    For example: 91900-92600 go to URL www.example.com after submit. All others go to URL www.example2.com after submit.
Back
Top