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 - 481 through 495 (of 1,529 total)
Problem: Posts created by Forms Commerce are not always published successfully. Some stay in Draft status, while others seem to be published immediately.
Solution: Be sure the Form is configured to create posts in Draft status, and to change the post status to Publish automatically when the Order is complete. If your payment processor does not automatically set the Order status to complete once payment is finalized, you may need a custom code snippet or another 3rd-party plugin to automatically complete the order, as Forms Commerce requires this status for effectively managing the post publishing flow.
Problem: I would like to send an automatic email notification to the Customer Email, but the placeholder does not seem to work in the recipient settings of my automatic notification.
Solution: Placeholders like %%CUSTOMER_EMAIL%% cannot be used outside of the subject and message areas of the automatic email notification. To send a notification to a specific email, you can insert an email custom field in the Form and choose that field as the recipient, or use a generic field to hold a User ID, or set up some custom implementation using the Forms API to programmatically select a recipient.