Click to See Complete Forum and Search --> : Forms


scotianewbie
12-08-2002, 09:05 PM
(Also posted at JarvaScript)

Hi

Can anyone provide me with a script, which would allow visitors to my site to make a request. The form would need about 4 fields and on submission all in info would arrive in an email to me.

I don't want all the fields to be 'required'.

basically;
Name
Email
Country
Request

I have looked at all the Java scripts available, I either missed it or it's no there.

I am only new to JS but, can understand how it works (most times!)

I like fancy items on my site, so if the script is better than standard, that would be even better!

Reading previous messages here - Please don't send me to a
tutorial, I am too busy to start one from stratch!

Hope someone can help!

Many thanks.
Take Care Sue.

Helios
12-08-2002, 09:17 PM
Try www.hotscripts.com (if you support it, I suggest clicking "PHP", "ASP", or "Perl" as they are the easiest to use for form processing) and then find "Form Processors" or something like it

ahinalu
12-09-2002, 12:16 AM
try http://www.worldwidemart.com/scripts/ you will find lots of perl scripts there. I use formail (top left on page) it's actualy really easy to use. You do need access to perl on your server (cgi-bin). You should rename the script to something else so no one else can use it to mass mail other people (they'll think your spaming). There is a fix (forgot now how I did it), if you're interested let me know, i'll try to remember.

I tried a couple java form handlers, they didn't work too good for me.

good luck