Last active
July 20, 2017 09:58
-
-
Save jetsloth/7b0b3f5a5c56903901d817c86916a90e to your computer and use it in GitHub Desktop.
Example markup of Collapsible Section field with section description within collapsible body
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li id="field_x" class="gfield gsection collapsible-sections-field collapsible-sections-description-inside"> | |
<h2 class="gsection_title">Section Title</h2> | |
</li> | |
<div class="collapsible-sections-collapsible-body" id="collapsible-section_x"> | |
<div class="gsection_description">Section Description</div> | |
<li id="field_x" class="gfield"> | |
<label class="gfield_label" for="input_x">Field Label</label> | |
<div class="ginput_container"> | |
<input name="input_x" id="input_x" type="text" value="" class="medium"> | |
</div> | |
</li> | |
<!-- remaining fields in section... --> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment