Hey guys, it's me again🙂
I've got just one last question till I've got the perfect form🙂
I have a very long form and if you scroll down to the submit button you won't see the validation messages from the fields above. Is there any chance to have the messages also next to the submit button? Or at least a message that not all fields are filled out correctly?
Thanks a lot!
Hi p1ngu1n,
There's no simple way to do this with the ChronoForms created LiveValidations. If you use Custom LiveValidations you can specify a div for the messages.
I'd be inclined to add a JavaScript snippet tied to an onClick event for the Submit button that searched for LV_INVALID classes and showed an error message near the submit button if it found any.
Bob
Hey,
sorry man but don't get it. I just saw the possibility to do PHP-validation which would be fine with me, BUT🙂
- When I try so send the form and more than one field is not filled out correctly it does only return ONE error. How can I do multiple return?
- Even if I switch of Java-validation is does still check it...
Thanks a LOT!!
Hi p1ngu1n,
If there's a question in there I missed it. :?
Bob
Yeah😉
- How can I do multiple return with the PHP validation?
- How can I switch off the JS-validation permanently? It doesn't work for me...
Thanks
It works all fine for me now! The only I'd like to do now is to seperate multiple checkbox answers not by "," but by a break ("<br>"). Is that possible?
Thanks^
Hi p1ngu1n,
Probably not without hacking the ChronoForms code or writing your own code to handle the arrays,
Bob