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 - 2,911 through 2,925 (of 2,956 total)
The issue here is that the user doesn't want to use the wordpress media library to upload their files on the frontend forms but instead wanted to use the old uploader.
Solution:
In your forms disable this option "Use the WordPress Media Library manager for image, video, audio, or file fields"
Problem:
Form radio inputs have the labels wrapping the inputs which makes it difficult to style them with CSS.
Solution:
This occurs when your settings say that the site is not using Bootstrap. Edit the cred_field shortcode that inserts the radio field and add the attribute output="legacy" to force the markup so that the inputs are outside the labels.
The issue here is that the user had a phone number field on their form. However this field stopped working.
Solution:
Upon investigating the issue I found that the user was using some custom code to format the field into a telephone number, however the code had some issues and caused the field to stop working.