Check boxes not working

by setjo
2 replies
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>
#boxes #check #working
Avatar of Unregistered
  • Profile picture of the author ncodetech
    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.
    {{ DiscussionBoard.errors[11453971].message }}
  • Profile picture of the author webmirror
    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
    {{ DiscussionBoard.errors[11457631].message }}
Avatar of Unregistered

Trending Topics