| What is a Web form? |
A web form is the electronic equivalent of a paper form.
It allows visitors to your website to enter information into a form.
Web forms are very common and can easily be created by a website development
company or an individual who can create web pages. A simple web form
contains a number of inputs and a submit button.
|
| What is a form2mail script? |
A Form2Mail script is a script which can be written in any number
of scripting lanaguges. When the Submit button of a web form is pressed
the information entered (submitted) by the user is sent by the form2mail
script to an email address specified in the script or passed to the
script using a hidden input.
|
| What are web form responses? |
Web form responses are the emails, generated a form2mail script,
which contain the information entered in to a web form.
|
| What is SPAM? |
Often companies or individuals will get a lot of SPAM to an email
address that is not even on their website. This is because the email
address is the recipient of emails generated by a web form and the
email address is in the HTML code of the web form. Whilst not exposing
the email address to the users of your website, it does expose the
email address to SPAMbots which read the HTML code of websites looking
for emails addresses.
|