Author Archive
We validate most of the forms in the TripTie application by using javascript before the form data is actually submitted to the application by using the onsubmit attribute.
When using the javascript helper form_remote_tag for the forms, I first didn’t know where to put the validation since it generates a form html tag with the […]
