I want to know if its possible to do these two things on PieRegister:
– Access via PHP to the added register fields of the user (I know they are at wp_usermeta, how do I access directly the fields? Are there any functions?)
– Make a POST call with the registration fields to a 3rd party webservice
You can POST registrant data to any 3rd party on the fly using HOOKs PR provides. Like the following example:
add_action('pie_register_after_register_validate','my_custom_post_registration',10,1);
function my_custom_post_registration($user){
//Do something here
//You have user Object and POST data here...
}
For accessing any field you need to have the Field name that can be pulled from browser console.
Thanks
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.
Custom Registration Form
Create online registration forms in minutes, no coding, zero hassle...