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,231 through 1,245 (of 1,529 total)
Problem: I have two required generic checkbox fields in a Form. When I submit the Form with the checkboxes checked, I receive an error saying that required checkboxes fields are not checked.
Solution: Ensure a default value of 1 is applied to required checkbox fields. Otherwise the validation script will fail to validate checked checkboxes.
Problem: I have a repeating image field in my Edit Post Form. I would like to display the images horizontally instead of vertically, but when I add the following CSS it changes the display of all repeating fields:
I would like to only use this style for repeating images.
Solution: Add a wrapping div with a CSS class like "rcc-img-edit" around the repeating image cred-field shortcode. Then target that ancestor in your CSS selector: