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 1,498 total)
Problem:
The user has a form with an image field and he would like to trigger the camera on mobile devices when trying to upload an image.
Solution:
Accessing the camera is not managed by the browser, it has to be implemented by the mobile platform(Android). On Chrome mobile on Android, when trying to upload an image the phone suggests several applications, the camera included.
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.