Ciao, vorrei creare un form con 25 checkbox e fare in modo che il tasto submit venga attivato solo dopo aver selezionato un certo numero di checkbox. E' fattibile?
Hi, I would like to create a form with 25 checkboxes and make sure that the submit button is activated only after selecting a certain number of checkboxes. It is possible?
Grazie, tx.
N.checkbox?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: N.checkbox?
There is no standard solution for this because this is very specific.
So, you will need to implement a custom script.
So, you will need to implement a custom script.
- BaconFries
-
- Posts: 5879
- Joined: Thu Aug 16, 2007 7:32 pm
Re: N.checkbox?
See the following:
https://laracasts.com/discuss/channels/ ... re-checked
https://laracasts.com/discuss/channels/ ... re-checked
Re: N.checkbox?
Tx BaconFries.. if i want i fixed number of checkbox (example 10) is possible you think?
Re: N.checkbox?
Tx BaconFries.. if i want i fixed number of checkbox (example 10) is possible you think?BaconFries wrote: ↑Wed May 22, 2019 2:36 pm See the following:
https://laracasts.com/discuss/channels/ ... re-checked
- BaconFries
-
- Posts: 5879
- Joined: Thu Aug 16, 2007 7:32 pm
Re: N.checkbox?
Yes, you will need to increase the length >1 to say length > 9 Note thd link provided is for information only.