Problems with forms
Problem:
You designed a form, but it can't be sent. Basically, there are two reasons why it is not working:
* More than one form was defined on one page.
* Dots were used within the server variables.
Solution:
web to date allows you to define only one form per page. If you define more than one form on a page, you will encounter these problems. Create a separate page for each form.
Under certain circumstances the server variables used to transfer visitors’ entries to you can contain dots. web to date doesn't allow this. Find out whether this is the case with the server variables: click on the respective field in the form editor and then on "Show details". Check the server variables for dots. If you find any, get rid of them.






