Convert textbox field to bulleted list

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 1, 2010   (RSS)

By zip222 - June 1, 2010

I am using a regular textbox field in the cms for entering a list of people. But I am looking for a way to convert this straight list to a bulleted list on the public page.

Currently it outputs like this:
Name<br />
Name<br />
Name<br />
Name<br />

But I want it to output like this:
<li>Name</li>
<li>Name</li>
<li>Name</li>
<li>Name</li>

Is there a way to do this with php?

Re: [Jason] Convert textbox field to bulleted list

By zip222 - June 1, 2010

perfect. and very useful.