JoelHickok
4 years agoQrew Assistant Captain
Re: Forms, Tables, HTML Add some spunk to your forms. Add formatting to your forms.
Isn't it a lot easier to just put all of your HTML code into a Formula - Rich Text field, and then simply nest the Field Value you want into that code?
Rich Text Formula:
<table style="border: 2px solid red; border-radius: 4px;">
Then drop this Formula - Rich Text field into your form as a single form entry. This is a whole lot easier to manage over the long run, and you can see all your HTML tags at once, rather than having them spread out across many Form Text entries.
------------------------------
Joel Hickok
------------------------------
Rich Text Formula:
<table style="border: 2px solid red; border-radius: 4px;">
<tr>
<td style="padding: 8px;">
[Field Name]
</td>
</tr>
</table>Then drop this Formula - Rich Text field into your form as a single form entry. This is a whole lot easier to manage over the long run, and you can see all your HTML tags at once, rather than having them spread out across many Form Text entries.
------------------------------
Joel Hickok
------------------------------