HTML formatting for No Answer Web Form Questions:
Inserting email address the is a hyper link | <a href="mailto:bdelucia@genesisedu.com">bdelucia@genesisedu.com </a> |
Inserting a solid line | <HR> |
![]() | <OL> <li>Text Row 1</li> <li>Text Row 2</li> <li>Text Row 3</li> <ul> <li>Text Sub Row 1</li> <li>Text Sub Row 2</li> <li>Text Sub Row 3</li> </Ol></ul> |
![]() | <OL> <li>Text Row 1</li> <ul> <li>Text Row 1 Sub Row 1</li> <li>Text Row 1 Sub Row 2</li> </ul> <li>Text Row 2</li> <li>Text Row 3</li> <ul> <li>Text Row 3 Sub Row 1</li> <li>Text Row 3 Sub Row 2</li> <li>Text Row 3 Sub Row 3</li> </Ol></ul> |
![]() | (<B><font color="red">Monmouth</font></B>) and District/School |
Making text in a no-answer question Bold & Red (Entire paragraph) | <p style="font-weight:bold;color:red;">INSERT TEXT</p> |
![]() | <h1 style="background-color:pink;">Scheduling Information</h1> |
![]() | <hr size="6" width="90%" color="royalblue"> |
![]() Setting the Background color | <body style="background-color:#dd9ffe;"> #dd9ffe is the color code for light purple |
Web Form: Calculate the number of days from start and end date | ${rw:getNumberOfDays(formAnswersByCode['START'].dateAnswer, formAnswersByCode['END'].dateAnswer)} |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article