I’m making a frontend guidelines for a card assortment on WordPress.
I’m combining two plugins. TablePress to create the desk and Frontend Guidelines so as to add checkboxes.
The thought permits the Consumer to verify a field to mark a card collected. That is saved in a cookie.
I create the desk in TablePress:
I then create a Guidelines utilizing Frontend Guidelines:
This creates the Shortcode [frontend-checklist name="001"]
That is then positioned within the TablePress Cell for the corresponding card.
I’ve to make a Frontend Guidelines
listing for each TablePress
Row (One per card).
This methodology works simply superb. Nonetheless it’s long-winded creating lots of of Frontend Guidelines lists and certain not environment friendly for reminiscence/loading.
I’ve checked related questions, together with this one on Stackoverflow, however no reply was included.
Is there a extra environment friendly manner of including checkboxes that retailer whether or not or not it have been checked? Thanks on your time.