Forms with conditons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a form that accepts customer information such as name, email
and phone number then if all this criteria is met will
1) take the customer to a page with a link that will allow them to download
demo software.
or
2) send them an email with a link to a download site.
 
To make sure they fill in all data use FP form filed validation

To send them an Email you will need to use some server side script (depends on your hosted server OS and what they support)
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I need to create a form that accepts customer information such as name, email
| and phone number then if all this criteria is met will
| 1) take the customer to a page with a link that will allow them to download
| demo software.
| or
| 2) send them an email with a link to a download site.
|
 
Back
Top