Form Will Not Work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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="(e-mail address removed)">

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.
|
 
also the form handler will send email only to an address on the same domain
as the web site
e.g. www.yoursite.com is your web, then you need to have an email address
like (e-mail address removed)
 
Back
Top