Check boxes not working

by 2 replies
4
Check Box of my website FREE QUOTE are disabled....
https://www.jensenmovingandstorage.com/

Do you need additional moving supplies
YES NO Thanks


Here is the code written in file... Please let me know what can be the issue

<div class="form-column">
<label><input type="checkbox" name="message[Services][]" value="need-additional-supplies"> Yes</label>
</div>
<div class="form-column">
<label><input type="checkbox" name="message[Services][]" value="no-supplies-needed"> No, thanks</label>
</div>
#programming #boxes #check #working
  • I don't think any issue will be in your coding. Check out of calling a function in your coding. It may solve your issue.
  • I have seen your code and page too , page is working fine for me i am able to click the checkbox and able to select

Next Topics on Trending Feed