The Submission Wizard supports the creation and use of Static Text fields. These fields allow the campaign managers to inject text fields to provide additional instructions and context in the submission form.


The fields support basic HTML to allow the content to be better showcased. 


Some common HTML tags that are supported include:


<br>line break

<b>bold text</b>

<i>italic text</i>

<u>text to underline</u>

<font color="ccc">changes font color</font>

<a href="INSERT URL"> Link a URL to text</a> 



Adding line breaks <br> above and below your text is important to allow spacing between the text and other submission form fields. 


Below is an example of HTML coding:

<br>

<b>Welcome to the submission form</b>

<br>

Please generate <i>ideas</i> to help advance our workplace <u>productivity</u>.

<br>

<br>


This is how it will appear within the submission form.



When editing the "Static Text" field, HTML can be inserted into the "Content" box. Only Sysadmin users will see the "Label" field. This is used by Campaign Managers to identify the specific "Static Text" form.


Open link in new tab 

You can use HTML to make links open in new tab. To do so, in a static field add target="_blank" after the link.

It should look like:  <a href="INSERT URL link" target="_blank"> the text to have the link on </a> 

For example: <a href="https://www.qmarkets.net" target="_blank">Link</a>

That's how it will look like in the submission form, the link will open in a new tab:


Note: if you used HTML code in help text of a field, you need to write in the same way as in the translation page (settings > translation > workflow > fields > find the specific help text) and add target="_blank" after the link:


A list of color names - https://htmlcolorcodes.com/color-names/