Website Documentation

Form Headings

The website has the functionality to display form headings based on the language is currently viewed. This is useful when the same form is used on hundreds of programmes. This avoids having to go through each single programme which in the end can take a really long time.

This is currently implemented on the Prorgammes and Micro-Credentials forms.

Use folling code as is and paste in the form description. When utilizing the form, make sure "description" is set to "true" when using the form's shortcode. Only update to content between the tags:

<div class="en-form-heading">
	<h2>Request Info</h2>
	<p>Our students counsellors are ready to help you!</p>
	<p class="complete">Complete the form below;<br />
	it takes less than a minute.
	</p>
</div>
<div class="bm-form-heading">
	<h2>Mohon Sekarang</h2>
	<p>Kaunselor pelajar kami sedia membantu anda!</p>
	<p class="complete">Lengkapkan borang di bawah;<br />
	tidak sampai satu minit.</p>
</div>
							

To implement, follow these steps:

  • Go to "Forms".
  • Select existing form/create a new one.
  • Click "Settings".
  • Click "Form Settings"
  • Copy the code above and paste in "Form Description" field.
  • Update text accordingly.
  • Save.