Skip to content

Instantly share code, notes, and snippets.

View anshulg90's full-sized avatar

Anshul Gangrade anshulg90

  • Pune, India
View GitHub Profile
.m_collapse_text, .show_collapse .m_expand_text, .m_section{
display: none;
}
.show_collapse .m_collapse_text {
display: inline;
}
@anshulg90
anshulg90 / gform-sections-accordion.js
Created June 10, 2022 08:19 — forked from BruceMcKinnon/gform-sections-accordion.js
Collapsible Gravity Form Sections
/*
This JS creates collapsible Gravity Form sections breaks
IMPORTANT:
1 - Within the Gravity form, you must add the class collapsible to each section break.
2 - All fields within those section breaks must have the class collapsible_field
3 - You must include both the CSS and the JS