简体   繁体   中英

parsley.js validating but not submitting

I am using the latest parsley release and It is validating my data fine just when the validation is complete its not submitting and I've been at this for hours now and am completely out of ideas as what is the cause. I am using integrated into a phpbb3 instance as it is needed for user validation as only logged in users should be able to do the survery which all works and when I disable validation the form submits as expected so its a problem with the validation i'm sure.

the code is here: http://pastebin.com/VJMVJHvP any ideas or suggestions welcomed.

Thanks

Good thing you posted your code...

It turns out that your input named "submit" is conflicting with the method of the same name . Rename your submit button and everything will work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM