(Example) Create the Title for the Set Available Leave Hours eForm

To create the title for the Set Available Leave Hours eForm, do the procedure in this topic.

Good to Know

How to Start

  1. (Example) Create a Process-Based Application for an Absence Request.
  2. (Example) Start an Absence Request Process with an eForm.
  3. (Example) Create an eForm to Set Available Leave Hours.

Procedure

  1. On the title Create Absence Request, click Edit Properties Edit Properties icon.

    Edit Properties
  2. On the Field Setting - Raw HTML screen, click the General tab.

    General tab
  3. In the Html field, enter this HTML code:
    <hr class="lineClass"/><br/>
      <div class="headerClass">
        Absence Request
      </div>
    <hr class="lineClass"/>

    HTML code