Check boxes Issue

Check boxes of Free Quote Window is not working

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

As a new member, you can not insert a file. Please show us your checkbox code and just the parts that have to do with the PHP where you read the checkboxes.

I cannot see your code.

Firstly, make sure what you exactly want. I think you need to use radio button instead of checkbox because yes & no is single selection.

Second, make sure your all input field must be inside <form> </form> otherwise its value will not get in $_POST variable.

Lastly, Please make sure you have given name=”” attribute in use form field.

Please give your code that it will easy to rectify the issue.

Sponsor our Newsletter | Privacy Policy | Terms of Service