Survey scripts

They have: 19 posts

Joined: Feb 2002

I wish to design a survey form and collect the response via email automatically send to my email address after clicking the submit button. Anyone out there can help? It's for my thesis. Please help and thanks in advance.

Labuan.net - All about International Offshore Financial Center and Duty Free Island - Labuan.
Malaysia Web Award - the prestigious award for superior website.

Busy's picture

He has: 6,151 posts

Joined: May 2001

Welcome to TWF

There are a few ways to do this, html, php, asp ...

which would you perfer? or which does your sever allow

They have: 19 posts

Joined: Feb 2002

Either ASP or HTML is okay for me, preferable the most easiest and simple. Smiling thanks

Busy's picture

He has: 6,151 posts

Joined: May 2001

<-- if you have more than one form, tells from which one

....

the spaces after the name in the input boxs are there so the end result is readable, otherwise the contents end up like Emailemailme@somewhere

They have: 19 posts

Joined: Feb 2002

Is there any scripts that can send the form result directly without have to start the outlook?

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

The code that Busy posted just sends the content of the form to the specified emailaddress without starting Outlook.

mjames's picture

They have: 2,064 posts

Joined: Dec 1999

Quote: Originally posted by alvinhan
Is there any scripts that can send the form result directly without have to start the outlook?

Yes: http://worldwidemart.com/scripts/formmail.shtml

They have: 19 posts

Joined: Feb 2002

I have published my survey form at http://www.ncparadise.f2s.com/form.htm , yet the form seems like not being sent to my email address. Anyone can help me check out? Thanks.

Labuan.net - All about International Offshore Financial Center and Duty Free Island - Labuan.
Malaysia Web Award - the prestigious award for superior website.

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

Maybe try: document.surveyForm.submit in the CheckRequired function like this:

...
document.surveyForm.submit;
window.alert("Thank You!");return false;
'

Shakespeare: onclick || !(onclick)

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.