How do I change the validation form in Frontpage?

J

Jencha1234

In Frontpage 2003 it has an automatic error validation form that has a link
back to the form, but when you click the link it takes you back to the empty
form.
When I try to make my own validation error form to tell users to use the
back browser button to correct whatever part of the form they don't fill in
correctly, the specific error doesn't show up.
Is there any way to change Frontpage's automatic error validation form or to
make my form show the exact error message?
The address for the form is http://www.honeymoontravel.com/Quote Form.htm
 
S

Steve Easton

1. Remove the spaces from the file names and replace them with underscores _ or dashes -

2. There is no closing </form> tag on the page.

3. You have nested tables within the form. ( that has no closing </form> tags )

4. All of the form content should be included within the <form></form> tags ( there is no closing
</form> tag )
and all of the form components should be contained within one set of <table></table> tags.
The order should be: </table><form></form></table>

Also, ( which has nothing to do with the form not working ) don't use the space bar to position
elements in a page. Use the positioning features on the toolbar. ( or position using a style
sheet )

hth.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top