Results for: form validation
I am very new to Foundation, but I love everything about it. I am just working on some simple form validation and I can't seem to get the proper text to come up on the error message. Any help would be greatly appreciated.
To have my PHP framework (Laravel4) handle the actual post action after Abide validates the input, how do I code that into the provided JS? Lets say I wanted to post to '[email protected]' action? The provided code seams to only target the one f... (continued)
Hello all, i like to integrate googles recaptcha 2 into a form and validate it with abide. I use foundation 5, the form is already working fine, the abide validation for text and e-mail fields is also working fine. I just want to validate the recaptc... (continued)
The following textbox allows the user to enter one to many names that are added to the guest list in the guestList below it. The textbox has a required attribute that is attached to a custom validation (see below). <div class="grid-x"> <div c... (continued)