I'm using php formgenerator, I need to create a form that has 8 separate checkboxes plus a checkbox that selects and checks all the 8 boxes (a select all)
any help?
rd
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's just HTML. There are many ways to accomplish this but what you are asking for is custom code. The form generator is a simple form platform that is open source and does not make it difficult to add your own customization.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using php formgenerator, I need to create a form that has 8 separate checkboxes plus a checkbox that selects and checks all the 8 boxes (a select all)
any help?
rd
It's just HTML. There are many ways to accomplish this but what you are asking for is custom code. The form generator is a simple form platform that is open source and does not make it difficult to add your own customization.