Hi there,
I have entered some instructions in a the field ‘(click here to add form description or instructions)’ however it is a numbered list and I would like it to appear on separate lines rather than one block, which is how it appear at the moment. Could you tell me how to achieve this please?
Thank you.




October 15, 2012 at 10:40 am
You can add HTML to this description section. Try changing it to something like this:
<ol>
<li>item 1</li>
<li>item 2</li>
</ol>
October 16, 2012 at 11:05 am
Thanks for that! I hadn't realised you could put html in the descriptions - I had misunderstood and thought you had to use the HTML field - I couldn't quite work out where to insert it!
Topic closed.