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 - 886 through 900 (of 990 total)
Problem:
The issue here is that the user wanted to setup 2FA with our Toolset user registration forms.
Solution:
Unfortunately this is not something that is integrated into our Toolset Forms plugin. For this case you will need to use a 2FA plugin that will email the user their 2FA settings once they have signed up for your site.
Perhaps you can try the plugin below as it seems to be able to send out emails to the users to setup their 2FA https://wordpress.org/plugins/wp-2fa/
The issue here is that the user has an edit form link to a Toolset Edit form with a custom post status and once the form sets the custom status on the post the Edit form link no longer appears on the post.
Solution:
We can actually workaround this issue by utilizing one of our internal hooks for Forms.
Add the following to your Toolset Custom Code section in Toolset->Settings->Custom Code. Ensure that you've activated the shortcode by clicking the "activate" link on the snippet.
Problem: I would like to add an HTML iframe tag to a custom field when editing a post in a front-end Form, but the content does not seem to be saved. If I add the same code in wp-admin when editing a post, it is saved as expected.
Solution: For security purposes, Forms automatically restricts certain code. To override that security feature, you must enable iframe tags with custom code. Add the following custom code in your child theme's functions.php file:
That should cover most of the default iframe attributes for a Google Calendar embed, but you may need to adjust this code to support other non-default attributes individually.
Go to Toolset > Settings > Forms and click "Select allowed HTML tags". Choose all the tags you would like to allow Users to insert in a Form, including iframe tags.