CRED plugin allows you to build front-end forms for creating and editing content. These forms can include all the fields that belong to the content and display them with your HTML styling. CRED forms also support input validation and automatic email notifications.
When you ask for help or report issues, make sure to tell us the structure and the settings of your form.
Viewing 15 topics - 586 through 600 (of 723 total)
Problem:
have a view of a relationship between platform and resources.
In this view, I would like to add a cred_child_link_form to add a user review to "platform" (platform is the parent of the relationship).
If I understand it correctly, I need to add the id of the parent of the relationship (the platform) to the parameter "parent_id" to make it work? Is it possible to do this, or do I need a custom code?
Problem:
The user was not able to add an edit link. He needs to choose a layout, and he was not able to choose the correct layout.
Solution:
It turns out that the user was trying to select a layout that was also assigned to the custom post type.
The edit layout should not be assigned.
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:
Problem:
The user was having errors when submitting a cred form.
Solution:
It turns out that the issue comes from some erroneous conditions on some date fields. After recreating the conditions the issue has dissappeared.