• Resolved talie2

    (@talie2)


    I’m setting up a site that has a form to allow users to be added to a product reservation list. After filling in the forum with all the details we require for our records, our site users need to create an account on our site. Is there any way to use the cfroms form to actually process the registration? I could add the registration link to the redirect page but I’d like to cut out that step for the inexperienced user who may be confused as to why they’re automatically redirected to a registration page after submitting their info so would like to just have the info needed (email/username/password) collected via the contact form.

    https://wordpress.org/plugins/cforms2/

Viewing 1 replies (of 1 total)
  • Plugin Author bgermann

    (@bgermann)

    You can do that with cformsII’s PHP API (see my-functions.php.txt) and the WordPress wp_create_user function. Please remind to only create unprivileged users like this.

Viewing 1 replies (of 1 total)

The topic ‘Use CformsII to register?’ is closed to new replies.