Click to See Complete Forum and Search --> : Turn Form input into email


piratecoastbucs
12-26-2006, 11:47 PM
I need to create a form that gets a user name and contact info, then chooses one of 5 check boxes, accepts a legal agreement (how do you disable the submit button until the "Accept" box is checked?), attatches a file and then finally submits. All of that is on the same page, then I need to send an email with the subject of the email to begin with the title of the checkbox that they chose. Then finally the name and contact info would be the body of the email text along with the attatchment. I know how to create simple forms and such, I just don't know how to "grab and place" what I need and put it where I need it to be, any help would be great.

kiwibrit
12-27-2006, 04:48 AM
Welcome to the forum.

For the form itself, I would use a server-side script such as an adaption of thesitewizard's (http://www.thesitewizard.com/wizards/feedbackform.shtml).

Trapping an incomplete form, before submission is allowed, must be done with javascript, though there should always be a further check server side, to catch those forms sunbmitted where the browser does not have javascript enabled.

For the rest, I would use server-side script, such as php.