- Go to Customization:
- Navigate to Customization > Forms > Entry Forms (or Transaction Forms, depending on the record type).
- Edit the Form:
- Select the appropriate form you want to customize by clicking Edit.
- Add an Inline HTML Field:
- Go to the Fields tab or section on the form.
- Add a new field:
- Field Type:
Inline HTML
- ID: (Optional) Set a unique internal ID for the field (e.g.,
custpage_inline_html).
- Set Default Value:
- Locate the Default Value field for the newly added inline HTML field.
- Enter your desired HTML content. For example:
<div style="font-weight:bold; color:red; font-size:25px;">Repair Order</div>
- Save the Form:
- Save and apply the changes to the form.