I am using nested forms perk and I have 4 columns form out of which 2 are conditional based on first column field.
Now when i used nested from on the main form it shows the conditional field header as well.
Also i would like to use 20% 20% and 60% column width.
how to ahieve this?
Hey Tahir,
Could you please share the webpage URL where I can check the form and send you the custom CSS code that will make the 20%, 20%, and 60% column widths? Thank you.
here check this = test
When you click on ADD ENTRY , you will see the nested form layout in modal and it is complete out…i want them to
either modal box size is increased so that last 2 fields are the biggest one in the form
increase the last 2 field size to 60%
Thanks for sharing the URL.
To change the width of the last two fields, please use the following CSS in Appearance → Customize → Additional CSS .
.tingle-modal-box .gform_body .gform_fields fieldset:last-child {
grid-column: span 6 !important;
}
The output will look like the following screen recording.
Give it a try, and let me know how that goes!
1 Like
system
(system)
Closed
November 27, 2023, 9:31pm
5
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.