snigh
Forum Replies Created
-
Hi @ethanchoi,
Thanks for that. I verified that I could remove the additional CSS that was in there before:
.wpforms-container input[type=checkbox] {
-webkit-appearance: checkbox !important;
-moz-appearance: checkbox !important;
appearance: checkbox !important;
}and have just the opacity css you suggested and that worked.
.wpforms-container input[type=checkbox] {
opacity: 1 !important;
}Thanks for the support!
Hi @ethanchoi ,
I had changed them all to dropdowns when the checkbox stopped working. I have a form with checkboxes setup on https://adaptivityinc.com/testing/
Thanks!
Hey @ethanchoi, any chance you may be able to look at this again after the switch to Lite the checkboxes still do not work.
Thanks!
Thanks Ethan, yes I believe that is the case with the nulled plug in – it said it was basic level but no key really.
Anyway, I switched it over to WPForms Lite 1.6.2.2 and verified the forms. The checkboxes are still not working. I do have the following in the additional CSS based on a support thread you had responded to to someone else.
.wpforms-container input[type=checkbox] {
-webkit-appearance: checkbox !important;
-moz-appearance: checkbox !important;
appearance: checkbox !important;
}Any help would be appreciated.
Slava,
I am new to this. I am confused because I added the “free” version of WP Forms to the site – It is just named WP Forms. I can only assume now that it was the “Pro” version – I would have to pay to get an account to log a support ticket but I don’t need the features of “Pro”.
Can the Lite and Pro versions co-exist or can the simple forms I created in “Pro” be imported to “Lite”