• I would like to know how to have a list of checkboxes and have a save button that saves the status of the checkboxes if checked or unchecked on the server so the next time you load the site it has the updated checkbox statuses.

Viewing 1 replies (of 1 total)
  • You will have to create an html form to display the checkboxes. Then you will need to save the values of those checkboxes in the database or a file after the submit button is pushed. When the page is loaded again, it will need to read the values from the file or database and set the checkboxes accordingly.

    You will either need to write the code in php or find a plugin such as Gravity Forms to handle the form setup and processing.

Viewing 1 replies (of 1 total)
  • The topic ‘Frontend Checkbox’ is closed to new replies.