Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP forms #53

Closed
Tazeg opened this issue Apr 13, 2015 · 1 comment
Closed

PHP forms #53

Tazeg opened this issue Apr 13, 2015 · 1 comment

Comments

@Tazeg
Copy link

Tazeg commented Apr 13, 2015

PHP mail form and JQuery are great but how to use my own forms ?
Because it seems that each form is tested and validated by JQuery.

For example, with this code in any page :

<form action="somescript.php" method="POST">

I got :

Uncaught TypeError: Cannot read property 'indexOf' of undefinedclean-blog.min.js:7
$.jqBootstrapValidation.submitSuccessclean-blog.min.js:7
(anonymous function)jquery.min.js:3
n.event.dispatchjquery.min.js:3 
r.handle

So, how to disable JQuery for other forms than contact form ?
As the id="contactForm", why JQuery is not used only for this id ?

@davidtmiller
Copy link
Member

This should have been fixed with a typo fix that I just made.

glarizza referenced this issue in openinfrastructure/openinfrastructure.github.io Mar 24, 2023
Fix typo descripton -> description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants