We've retired the forum in favor of GitHub Discussions.

New conversations can be started on GitHub. Existing conversations will remain for a while longer.

Head over to GitHub →

How to add CSS class names to forms?

Amadeusz Annissimo August 18, 2019 by Amadeusz Annissimo

I created the form using {{ form:create }} tag, as in:

{{ form:create in="contact" }}

How do I specify the class names, which are going to be rendered in the HTML. The end result for the opening <form> tag should be:

<form method="POST" action="/!/Form/create" class="flex flex-wrap">
Answered by Amadeusz Annissimo!
>>>>>>> Answered <<<<<<<
1 Reply
1 Follower