How to add a web form to my website ?

Creation of the form with TOWeb

You first need to select the paragraph where you want to add you form and if needed, add a new paragraph for it. Then check the option Add also to this paragraph and select A form in the list. A new tab named "Form" is now available in your paragraph from where you will need to :
  1. click on the Add field button to add a new field to your form. Different types are available (text, selection list, email, date, ...) and you can change their properties your needs (its name, size, a mandatory field, ...)
  2. then select the type of form to use with the Form settings button.

IMPORTANT : in order to receive the form content by email you must setup a form action. If you have a script or if you host provider is providing one you need to enter its URL. And if you don't any you will need to choose the "Send the form data using the mailing software of your visitor" method from the list of action and enter your email address.

ADVICE : it's better to use a script (like the one of your host provider) rather than to  "Send the form data using the mailing software of your visitor" because you may not always receive the email or receive it with in a strange text format depending on the email systems used by your visitors.

What to do if you don't receive any form email

  • Verify first that you correctly created you form following all the instructions and advice previously mentioned in this page.
  • Verify your anti-spam filters. Not only the one of the email reader installed on your computer but also the one of your email provider as many of them offer this service (like Yahoo or AOL for example). As anti-spam filters follow their own rules to determine if an email is a spam by not only checking the sender's email address but also by analyzing the email content, such filters may have wrongly consider order emails as a spam and placed them in a spam folder. Therefore you need to verify that your form emails are not located in such a spam folder and if your anti-spam filter is configured to automatically delete any spam then disable it before to test again by sending a new fake form from your website to see if you receive it.
  • Verify that no internet security software installed is blocking the post of the form from your website by posting not only from your computer but also from another computer (you may ask your friends or relatives for instance to do a test). If you receive any form content by email when posted from another computer then the issue is local to your computer and probably due either to the internet security level of your web browsers or to a security software installed on your computer. In such a case you may try to restore the web browser internet security settings to the default level before to make another test. If the issue is not coming from there then temporary deactivate your internet security before to proceed to another form test to determine which one is blocking the form submission and check its documentation to authorize such actions on your machine.

HTML programming (developers only)

If you have HTML coding skills and a script able to send form data to your email address you can your the source code lines directly in TOWeb script field
We don't provide any assistance in programming HTML form or developing scripts so you will need to obtain your form & script or create it by yourself, but as an example you will find below a basic form containing few fields (name, email, and message plus a submit button) that you may use, replacing the "youremail@yourprovider.com" with your own email address.

<form action="mailto:youremail@yourprovider.com" method="post">
<table>
<tr><td align="right">Name: </td><td align="left"><input type="text"
size="63" name="name"></td></tr>
<tr><td align="right">Email: </td><td align="left"><input type="text"
size="63" name="email"></td></tr>
<tr> <td align="right" valign="top">Message: </td><td align="left"><textarea
name="message" cols="48" rows="3"></textarea></td></tr>
<tr><td>&nbsp;</td><td><input type="submit" Value="Submit your message"></td><tr>
</table>
</form>

Back to main support page


© 2008 Lauyan Software. All rights reserved Click here to subscribe to this RSS feedTerms & Conditions  |  Secured payment