Home Analyst Portal

Text Formatting for Request Offering

Chris_KeanderChris_Keander Customer Advanced IT Monkey ✭✭✭
Is it possible to edit some of the text, say in the "Form Instructions" part of a published request offering so some of it can be displayed as bold text?

Best Answer

  • Jonathan_BolesJonathan_Boles Customer Ninja IT Monkey ✭✭✭✭
    Answer ✓
    Hi @Chris_Keander, yes - just use simple HTML tags. You can also created lists and use all of the common HTML text formatting options, hyperlinks, etc.

    We've used this quite a bit to reference external docs and provide detailed descriptions for end users. Example below:

    <b>Related Item(s):</b>
    <ul><li><a href="http://linkgoeshere" target="_blank"><font color="blue"><u>2FA Frequently Asked Questions</u></font></a></li></ul>

    Another cool place to use HTML tags for formatting: If you use the Display Only option for a Request Offering prompt, you can also use the <b>,</b> tag for making the font match the remaining request offering text so it stands out.

Answers

  • Jonathan_BolesJonathan_Boles Customer Ninja IT Monkey ✭✭✭✭
    Answer ✓
    Hi @Chris_Keander, yes - just use simple HTML tags. You can also created lists and use all of the common HTML text formatting options, hyperlinks, etc.

    We've used this quite a bit to reference external docs and provide detailed descriptions for end users. Example below:

    <b>Related Item(s):</b>
    <ul><li><a href="http://linkgoeshere" target="_blank"><font color="blue"><u>2FA Frequently Asked Questions</u></font></a></li></ul>

    Another cool place to use HTML tags for formatting: If you use the Display Only option for a Request Offering prompt, you can also use the <b>,</b> tag for making the font match the remaining request offering text so it stands out.

  • damon_mulligandamon_mulligan Cireson Consultant Advanced IT Monkey ✭✭✭
    Jonathan, you beat me to it, and great answer. Yes this works well for Description, Instructions, and Display Only on the Request Offerings. This is a great way to separate out different sections of a Request Offering.

Sign In or Register to comment.