CRED is a WordPress plugin that lets you easily build front-end forms for creating and editing content and users.
CRED User Guides include detailed documentation on creating forms, including related fields that belong to the content or the users, validating the input and displaying the forms with custom HTML styling.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 1,126 through 1,140 (of 1,348 total)
Save Toolset Forms Generic field value into database.
Solution:
After user submit the form, you can get the field "avatar-select" value with PHP variable $_POST['avatar-select'], then save it into database, for example: