When creating a paragraph field in Advanced Forms, you can input a default response. I want that default response to be multiple lines, rather than just a single paragraph. Is this possible?
For example, the field is doing this:
**Reporter:** [Name] | **Date:** [YYYY-MM-DD] ### 📝 Description A clear and concise description of what the bug is. ### 👣 Steps to Reproduce 1. Navigate to '...' 2. Click on '...' 3. Enter '...' in field '...' 4. Click '...' button 5. See error: [Describe the error] ### 🎯 Expected Behavior What should have happened? (e.g."User is redirected to the dashboard and a success message appears.") ### ❌ Actual Behavior What actually happened? (e.g."Page hangs and a 500 server error appears.")
But I want it to be be formatted like this:
**Reporter:** [Name] |
**Date:** [YYYY-MM-DD]
### 📝 Description
A clear and concise description of what the bug is.
### 👣 Steps to Reproduce
1. Navigate to '...'
2. Click on '...'
3. Enter '...' in field '...'
4. Click '...' button 5. See error: [Describe the error]
### 🎯 Expected Behavior
What should have happened? (e.g."User is redirected to the dashboard and a success message appears.")
### ❌ Actual Behavior
What actually happened? (e.g."Page hangs and a 500 server error appears.")
Hey @Galvez_ Alexander ,
Unfortunately, no, you cannot force this text to be multilined or to support rich text. There's a feature request for it, though: JSDCLOUD-10711: Form Field: Paragraph - support multiline and rich default response 👈
I've also been waiting for this to be rolled out for quite some time now 👀
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.