最近搜索
没有最近搜索
Display Text Field in Submit a Request Form
已回答
已于 2022年5月31日 发布
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 条评论
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
登录以发表评论。