Page 1 of 1

N.checkbox?

Posted: Wed May 22, 2019 1:57 pm
by Gimbo
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.

Re: N.checkbox?

Posted: Wed May 22, 2019 2:34 pm
by Pablo
There is no standard solution for this because this is very specific.
So, you will need to implement a custom script.

Re: N.checkbox?

Posted: Wed May 22, 2019 2:36 pm
by BaconFries

Re: N.checkbox?

Posted: Wed May 22, 2019 3:07 pm
by Gimbo
Tx BaconFries.. if i want i fixed number of checkbox (example 10) is possible you think?

Re: N.checkbox?

Posted: Wed May 22, 2019 3:08 pm
by Gimbo
BaconFries wrote: Wed May 22, 2019 2:36 pm See the following:
https://laracasts.com/discuss/channels/ ... re-checked
Tx BaconFries.. if i want i fixed number of checkbox (example 10) is possible you think?

Re: N.checkbox?

Posted: Wed May 22, 2019 3:14 pm
by BaconFries
Yes, you will need to increase the length >1 to say length > 9 Note thd link provided is for information only.