How to: Customize the form Heading

The form heading may be customized in HTML enabled fashion.

Steps:

  1.  Select the Module link in the top left banner then select the appropriate module name link.

  2.  Select the Forms tab.

  3.  Then select the Default form.

  4. Select the link at the top: Click here to customize the form header

  5. Type or paste your heading with any HTML headings or styling tags.

  6. Select OK then Save the Default form.

    Return to the module, refresh the page, and open the form to validate the heading at the top.

Heading Examples:

Heading 1

<h1>Heading 1</h1>

Heading 2

<h2>Heading 2</h2>

Heading 3

<h3>Heading 3</h3>

Heading 4

<h4>Heading 4</h4>

Heading 5

<h5>Heading 5</h5>

Heading 6

<h6>Heading 6</h6>

 

Colored Heading Example:

Heading 1

<h1 style="color: red;">Heading 1</h1>


Advanced Heading Customization:
https://stratawise.atlassian.net/wiki/spaces/HD/pages/2532376591