This topic has 8 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hi there. I have an acceptance check box in my registration form, which works well. If it is not checked and the submit button is clicked, a validation error pops up saying ‘You must agree to the terms and conditions, etc.’
However, once this has occurred it is not possible to check the box and re-submit. The check box no longer functions.
Any idea why this may be?
many thanks.
Hello,
Hope you are having a nice day.
It is not a default registration form and not our registration form. What do you use to create such registration form?
Regards
It’s Contact Form 7.
Hello,
Please provide wp-admin and FTP access in Private Content.
Regards
Here you go…
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
#right span.wpcf7-not-valid-tip {
float: right;
max-width: 93%;
}
#right .wpcf7-form-control-wrap {
display: inline-block;
}
.wpcf7 #right input[type="checkbox"]:not(:checked), .wpcf7 #right input[type="checkbox"]:checked {
position: relative;
margin-top: 0;
}
Regards
Well done Rose!
My pleasure 🙂
Let us know if you need any further assistance.
Regards
The issue related to '‘Contact Form Acceptance issue.’' has been successfully resolved, and the topic is now closed for further responses