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 - 796 through 810 (of 1,498 total)
The issue here is that when the user submits a Toolset form with an image field and the form validation causes the form to fail, the images that were in the upload fields are lost.
Solution:
This is actually a known issue that was reported recently for fixing. The issue is because the image is uploaded after the form is submitted. Once the form fails to submit then the image will need to be re-uploaded.
The form is essentially reloaded and since the files weren't uploaded they will need to re-added to the form. Our development team is working on a notice feedback on the form so that user's will know that they need to re-upload the images.
I'm not seeing a fixed version number on our internal escalated ticket for this issue. However the fix will be made available in a future release.
Problem: I would like to use a conditional group in my post Form. The conditional should test whether or not a specific term from a custom taxonomy is selected, but I cannot figure out how to set up this conditional.
Solution: Manually edit the conditions for this conditional group and use the following syntax in the editor:
($(tax-slug) eq 'Term name')
Replace tax-slug with the slug of the custom taxonomy, and replace Term name with the name of the term to test.