Hi Team,
I have created a user registration form with toolset and added some custom user fields with toolset like organization name, job title and terms condition agreement checkbox. Now the issue is that when any users register themselves, I can see all the details filled by users in Dashboard/users section except the terms condition agreement checkbox. All the fields are required in my registration form and every time users fill all the fields but why checkbox is showing unchecked in Admin side?
I am attaching screenshots for your reference.
It would appear that you're using a generic checkbox field to perform the user acceptance on the frontend, however the slug is completely different from what is set on the field in Toolset Types.
Please change the slug from "user-acceptance" on the form to "wpcf-terms_conditions_agreement".
Hi,
I have checked that but I also found that there is no option to add hyperlink of "Terms"& condition" like I did in generic field. How to add hyperlink with checkbox field?