-
Deomid RapoportAsked on April 12, 2025 at 8:20 PM
-
Roi JotForm SupportReplied on April 12, 2025 at 8:39 PM
Hi Deomid,
Just to confirm what you’re aiming to achieve: You want to select a specific text field within the Configurable List widget, correct? Do you have a particular field in mind that you’d like to resize?Once we hear back from you, we'll be able to help you with this.
-
DemoRapReplied on April 15, 2025 at 1:05 PMThe 6th field which is type text
On 4/12/25 8:39 PM, Jotform wrote:
... -
Roi JotForm SupportReplied on April 15, 2025 at 1:08 PM
Hi Deomid.
I understand the issue, but I’ll need a bit of time to work out a solution. I’ll get back to you shortly.
Thanks for your patience.
-
Roi JotForm SupportReplied on April 15, 2025 at 2:08 PM
Hi Deomid,
Here’s a flexible CSS code that you can use to adjust and resize the text field on the configurable list widget:
To inject the CSS Code in your widget, It's easy to do. Let me walk you through it:
- Open your form in Form Builder, click the wand icon of your Configurable List Widget to open the Widget Settings panel.
- Go to the Custom CSS tab.
- Paste the CSS Code into the textarea.
- Click the Update button to save the changes.
.textarea-field-selector{
min-width: 100%;
max-width: unset;
}
Results :
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!