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 - 1,021 through 1,035 (of 1,336 total)
Problem:
The user has a user form that does not accept valid email such as gmail addresses.
Solution:
It turns out that some custom Javascript code is refusing emails from some free email services. Check this screenshot http://prntscr.com/wo7m96
I want to add the terms from project prompt post type to project submission post type on submitting project submission form. I am able to do that with url param as parent post id but I am unable to do that using $_POST("@relationship-field-slug.parent"). What am I missing? Is the slug for getting data from relationship field in a form different?
Solution:
Please try the PHP post variable:
$_POST['@project-prompt-to-project-submission_parent']
See PHP document: