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,486 through 1,500 (of 1,576 total)
Problem:
The user has the debug info of a conditional block and asks how to remove it.
Solution:
The following text is generated by the debug mode of the conditional block, you can deactivate it as you can see in the bottom-right of this screenshot https://prnt.sc/ue9m4f
Problem:
The user has a form managed by Access that is not active for guest users. He would like to display a message for them.
Solution:
Use a conditional block that will display the message for guest users only. Check this screenshot http://prntscr.com/ue9lg4
Activate debug mode if you need to debug the conditions. http://prntscr.com/ue9m4f
The issue here is that the user wanted to pre-populate their post custom fields on their frontend form with their current user's custom field so they won't have to re-enter the data.
Solution:
You can pass the shortcode for that user field into the value attribute of the Form field to pre populate it.
An example of the user field code it.
[types usermeta='field_name' current_user='true'][/types]
Just replace field_name with the actual slug of your custom field.