Form Field Validation Alerts

G

Guest

I had required validation on some fields in a form. When someone clicks the
sumbit button and any of the validations fail, I would like to see the alert
box pop up and tell the visitor to fix it. Now it takes me to a new page with
the following message (which I don't want it to do):

Form Validation Error
Please correct the information you provided by following these steps, then
submit the information again:

Please enter at least 1 characters in the "Example" field.

Return to the form.
 
C

Christoph Schneegans

sb1920alk said:
I had required validation on some fields in a form. When someone clicks the
sumbit button and any of the validations fail, I would like to see the alert
box pop up and tell the visitor to fix it.

That behavior is only possible when JavaScript is enabled. Otherwise, you
are redirected to a new page.
 
G

Guest

Ok. How do I enable javascript? I'm very good at following instructions:
please be specific.

Thanks,
 
G

Guest

I checked my settings according to the link you gave, and Active Scripting
was already set to Enable.

What else can I do to fix this?

Thanks,
 

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