pdb_signup and WP user DB Integration
-
Hi xnau,
Reference your post at : https://www.ads-software.com/support/topic/plugin-participants-database-linking-user-id-with-wordpress-user-id-other?replies=2
I’m trying to do something similar. I am at the following:
1. The first page has a form which the new user enters the basic parameters (preferred ID, Password, first name, last name and e-mail. Submitting the form creates the entry in the WP User Database. This step is done first to make sure there is no duplicated email and user ID. If this happens successfully, it will then display the [pdb_signup] form
2. The issue is that I cannot default the ID, first name, last name and e-mail because at this stage the user isn’t actually logged in so querying $current_user just gives blank results. I tried calling the wp_authenticate() function prior to [pdb_signup] which according to the documentation (https://codex.www.ads-software.com/Function_Reference/wp_authenticate) does a log in but it doesn’t actually seem to.
Any thoughts?
Greg
- The topic ‘pdb_signup and WP user DB Integration’ is closed to new replies.