Home › Forums › Quform WordPress › Minimum and maximum selected checkboxes › Reply To: Minimum and maximum selected checkboxes
March 5, 2025 at 1:28 am #37694
Participant
Update:
Thee code snippet for the second requirement works properly.
I made a small change to the code and it works for me.
I changed:
if ($total > 100)
to
if ($total != 100)
And it works properly
Very grateful to you
Hope you help me restrict the number of options selected