Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 heading 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.

Info

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>

Info

Colored Heading Example:

Heading 1

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

...