Hello there,
I'm using the Foundation framework and to get client side validation working on a form I need to add the attribute "data-abide" to the form element itself. How would I go about doing this?
Currently I have {{ form('session/start', 'role': 'form') }}
Thanks Dan