|

Forms in general are easy to create. The most difficult
part is creating a form handler that will allow your form to work.
Form handlers can be written in JavaScript, ASP, Perl,
etc. If you don't know a scripting language, you'll have a hard
time getting your forms to work. The solution to your problem would
be to download or copy a script that was written by someone else.
There are many form handler scripts available for download. Just
go to a search engine and run a search on "form handler".
Before you download a form handler script, make sure
that your server supports such script. For example, some form handler
scripts are written in Perl but unfortunately, some servers do not
support Perl. What this means is that if you try to use a script
that is not supported by your server, your form will not work at
all.
|