Hello,
I am building a website using Zurb Foundation. I am just wondering if it is possible to add some html before/after input fields. I tried using the HTML field, however that did not help.
The markup looks something like this
<form>
<div class="row">
<div class="section six mobile-four columns collapse-left">
<h3>About You</h3>
<input>
<input>
<input>
<input>
</div>
<div class="section six mobile-four columns collapse-right">
<h3>Event</h3>
<input>
<input>
<input>
<input>
</div>
</div>
</form>
Any suggestions?