Form Will Not Work

A

Amgarden

My submission form at http://da19.alada.gov/contact_form.htm has stopped
working. When the submit button is pressed, the following error messages
appear: FrontPage Error.
User: please report details to this site's webmaster.
Webmaster: please see the server's application event log for more details.

The form had been working fine and after changing the email address of the
person to send the form to, it has stopped responding.

Can anyone please help me solve the problem.
 
S

Stefan B Rusynko

The FP forms handler does not support form fields for send to
as in your
<!--Submissions are emailed to:-->
<input type="hidden" name="to" value="[email protected]">

Nor do they support form fields for confirmation page
as in your
<input type=hidden size=0 name=_response value="http://da19.alada.gov/thankyou.htm">

Re do your form using the Feedback template page or Forms wizard
- and don't add any fields to control form actions (just use Form Properties Options)




| My submission form at http://da19.alada.gov/contact_form.htm has stopped
| working. When the submit button is pressed, the following error messages
| appear: FrontPage Error.
| User: please report details to this site's webmaster.
| Webmaster: please see the server's application event log for more details.
|
| The form had been working fine and after changing the email address of the
| person to send the form to, it has stopped responding.
|
| Can anyone please help me solve the problem.
|
 
Top