Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Jun 23, 2025 4:09 am
Hello,
I've added "AgreementCheckbox" field, but the checkmark is missing...
I've deactivated all plugins with no luck, also tried to add a Multiple Choice (checkbox) field - I got the same issue.
please check the link i provided in website url
Thanks!
Sara.
4 Replies
Jun 23, 2025 11:29 pm
Well Asti, I fixed all the JS errors on my website and the console is clean , and the checkmark was still missing...
I've managed to fix the issue with only css:
input[type="checkbox"] { appearance: auto !important; -webkit-appearance: auto !important; accent-color: #0073aa; width: 16px; height: 16px; vertical-align: middle; margin-inline-end: 6px; }
Thanks anyway...