I am a begginer so bare with me.
Here is my situation.
I want to set up a form on my website. This form will ask for their name,phone number, e-mail address, will have several question feilds where they will use either a drop down menu or fill in a blank feild. On submittion I would like to receive an email with the info entered on the form.
I would also like to create unique forms to send the form info to the email of the page the form is setup for. I have a group of people working for me and they all have their own personal page. So I would like to place a form on their page and they will receive the email.
Here is my systen configuration.
Unix
I am using Freebsd.
DW MX2004 studio
Here is where I need help.
I need to know what I need to do to set up formmail
I am placing formmail in my cgi-bin
sendmail location: /usr/sbin/sendmail
Could anyone show me
a. the code I need to place in my cgi-bin
b. the code for a form
example.....
first name: required, letters and white space only
last name: required, letters and white space only
phone number: required, numbers only
email address: required, validate
qeustion No.1: Not required,this would be a drop down menu with choice of Yes/No
question No.2: Not required, they fill in this with a personal answer
submit button: will send answers to my email address
I hope I have provided enough info and I thank you all in advance for your help
Here is my situation.
I want to set up a form on my website. This form will ask for their name,phone number, e-mail address, will have several question feilds where they will use either a drop down menu or fill in a blank feild. On submittion I would like to receive an email with the info entered on the form.
I would also like to create unique forms to send the form info to the email of the page the form is setup for. I have a group of people working for me and they all have their own personal page. So I would like to place a form on their page and they will receive the email.
Here is my systen configuration.
Unix
I am using Freebsd.
DW MX2004 studio
Here is where I need help.
I need to know what I need to do to set up formmail
I am placing formmail in my cgi-bin
sendmail location: /usr/sbin/sendmail
Could anyone show me
a. the code I need to place in my cgi-bin
b. the code for a form
example.....
first name: required, letters and white space only
last name: required, letters and white space only
phone number: required, numbers only
email address: required, validate
qeustion No.1: Not required,this would be a drop down menu with choice of Yes/No
question No.2: Not required, they fill in this with a personal answer
submit button: will send answers to my email address
I hope I have provided enough info and I thank you all in advance for your help