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 - 226 through 240 (of 245 total)
Problem: I would like to create a new User and create a new Post by submitting one Form.
Solution: This will require custom code.
- Create a New User Form that includes all the User field information you want to capture for registration.
- Insert generic fields to capture each of the Party fields.
- Add some custom code with the Forms API cred_save_data to collect the information from the generic fields, and store that information by programmatically creating a Party post. You can set the new User as the Party post author to connect the User and the new Party.