2.5.2 on July 3, 2025
This update fixes markup issues when displaying a form after no entries are found.
🐛 Fixed
- Displaying a form when no entries are found was incorrectly wrapped in an
<h3>tag, leading to styling issues.
Release notes and version history for DIY Layout . The DIY layout for GravityView enables you to design your own layouts using HTML and CSS, giving you complete control over how Gravity Forms entries are displayed on the front end.
This update fixes markup issues when displaying a form after no entries are found.
<h3> tag, leading to styling issues.This hotfix restores the ability to set labels for fields in the DIY layout.
This update resolves minor bugs and removes an unused setting from the UI.
/templates/entries/diy.php) to be consistent Multiple Entries output. Before, the wrapper would output: <div id="gv_diy_95" class="gv-diy-view"> for View #95, Entry #14257. Now, the wrapper outputs: <div id="gv_diy_95" class="gv-diy-view gv-container gv-container-14257">
gv-diy-container gv-diy-single-container CSS classes to the wrapper <div>gv_container_class() functiongravityview_header() is now called before $template::entry_before() (needed for Inline Edit)Developer Notes:
gravityview/template/diy/entry/(before|after) hooks that run before and after a single entry is displayedTemplate_Context to the back linkgravityview/template/diy/single/(before|after) hooks were running twicegravityview-diy/wrap/multiple bool Should the entry in Multiple Entries context be wrapped in minimal HTML containers? Default: truegravityview-diy/wrap/single bool Should the entry in Single Entry context be wrapped in minimal HTML containers? Default: true