Hello there,
I'm trying to show/display a multi-select field in a HTML page. Below is the code i'm currently using.
- <%for each task in job.Task
- {%> <h4><%=job.Task%></h4> <%}
This is how it ends up displaying:
- <h4>3094299000000125003,3094299000000125007</h4>
But I need it to display like this:
- <h4>3094299000000125003</h4>
- <h4>3094299000000125007</h4>
If anyone could point me in the right direction that would be smashing.
Thanks,
Giles.