{{#markdown}} ```html
Name is required and must be a string.
``` ```javascript $('input[name="users_name"]').on('valid', function() { // Handle the submission of the form }); ``` {{/markdown}}