N.checkbox?

Issues related to forms.
Post Reply
Gimbo
 
 
Posts: 3
Joined: Wed May 22, 2019 1:53 pm

N.checkbox?

Post 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.
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: N.checkbox?

Post by Pablo »

There is no standard solution for this because this is very specific.
So, you will need to implement a custom script.
User avatar
BaconFries
 
 
Posts: 5327
Joined: Thu Aug 16, 2007 7:32 pm

Re: N.checkbox?

Post by BaconFries »

Gimbo
 
 
Posts: 3
Joined: Wed May 22, 2019 1:53 pm

Re: N.checkbox?

Post by Gimbo »

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

Re: N.checkbox?

Post 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?
User avatar
BaconFries
 
 
Posts: 5327
Joined: Thu Aug 16, 2007 7:32 pm

Re: N.checkbox?

Post by BaconFries »

Yes, you will need to increase the length >1 to say length > 9 Note thd link provided is for information only.
Post Reply