Modify Form Generator

1 posts by 1 authors in: Forums > CMS Builder
Last Post: January 24, 2019   (RSS)

By Toledoh - January 24, 2019

Hi Guys.

Would I be able to edit the form generators to output different code rather than the current format?

ie:

rather than

num: <?php echo htmlencode($test['num']) ?><br/>

have

<tr><td>num:</td><td><?php echo htmlencode($test['num']) ?></td></tr>

Cheers,

Tim (toledoh.com.au)