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 - 571 through 585 (of 1,524 total)
Problem:
Post expiration date in form doesn't work anymore -set post expiration time using generic custom date field
Solution:
Toolset forms saves the post expiration time to postmeta table with the key "_cred_post_expiration_time". To override the value of post expiration time based on the custom date field value, you will require to use the Toolset form's hook "cred_submit_complete".
Problem:
How to restrict date picker field on CRED form with year range
Solution:
To restrict the Toolset form date picker field with year range, you will have to add the custom javascript code to your form's javascrip editor.