Display Text Field in Submit a Request Form
Answered
Posted May 31, 2022
For my 'submit a request' form I have a field where a customer needs to select a priority for the ticket which should align to contractual obligations.
If I add the definitions to the description there is no way to add formatting i.e. paragraph breaks that I am aware off.
I tried instead to create a custom field (multi-line) which would be visible only but this text does not appear in the preview or form when added.
Any ideas?
0
1
1 comment
Sam
Hi Graham Ferguson!
You can append text to the field with a little bit of scripting in your theme. This will append text to the field, a la Field Description, but you can format it as HTML and include breaks, formatting, etc.
Make sure jQuery is also installed in your environment.
Try the following:
Example:
0
Sign in to leave a comment.