Rich Text

Select parameters accept values with rich text. The following rich text formatting is accepted:

<p><strong>This is bolded text</strong></p>

<p><em>This is italic text</em></p>

<p><u>This is underlined text</u></p>

<p><a rel="noopener noreferrer" target="_blank" href="https://www.wix.com/">This is a link</a></p>

Copy
1
<p>This is a numbered list:</p>
2
<ol>
3
<li>First</li>
4
<li>Second</li>
5
<li>Third</li>
6
</ol>
Copy
1
<p>This is a bulleted list:</p>
2
<ul>
3
<li>One</li>
4
<li>Two</li>
5
<li>Three</li>
6
</ul>
Was this helpful?
Yes
No