aurovrata / cf7-grid-layout

A WordPress plugin extension for Contact Form 7 to design responsive grid-layout forms.
https://wordpress.org/plugins/cf7-grid-layout/
GNU General Public License v2.0
6 stars 7 forks source link

Unique grid fields #1

Closed aurovrata closed 6 years ago

aurovrata commented 6 years ago

This is a total change to the construction of grid forms.

Previously the form table/tab fields were changed to array fields at form loading time using javascript.

With this new approach, the field names remain the same, and are simply given a unique name (using suffix _tab-1... / _row-1...) at the the time of adding new tabs or new rows.