CRED plugin allows you to build forms for front-end user registration and editing. These forms can include user fields and display them with your HTML styling. They also support input validation and automatic email notifications.
When you ask for help or report issues, make sure to tell us the structure and the settings of your form.
Viewing 15 topics - 646 through 660 (of 684 total)
Problem: I would like to use a CRED Commerce form to create Users. While payment is pending, I would like to be able to show a preview of the User on my site, but I cannot use Views to display the User yet. How can I show a preview of the pending User account?
Solution: You cannot access a pending User's account information, because that information does not exist in an accessible way in the database. Instead, you could use the CRED API to insert a temporary post using the information gathered by your CRED Commerce form. Then use that temporary post as a placeholder for your pending User.
Using CRED form to upload files, get the error message: there was an error occur uploading your file, with some Javascript errors, for example:
OPTIONS https://teach210.wpengine.com/wp-admin/admin-ajax.php?action=cred_frontend_ajax_upload_submit&id=-1&formid=124&nonce=a3a7ee2775 401 ()
Failed to load https://teach210.wpengine.com/wp-admin/admin-ajax.php?action=cred_frontend_ajax_upload_submit&id=-1&formid=124&nonce=a3a7ee2775: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://teach210.wpengine.com' is therefore not allowed access. The response had HTTP status code 401.
Solution:
You will need to open the URL with SSL protocol, for example, open: https://site-URL/.../
and test again
Problem:
A custom URL for the forgot password shortcode set by the reset_password_url attribute is ignored, the reset password link goes to the standard WordPress URL.
Solution:
The shortcode had been pasted and the standard single quotes that wrap the reset_password_url attribute had been replaced by angled quotes, which broke the shortcode.