Hi @alidolphin,
Thanks for contacting us,
I hope you are doing well, We have to check this and we will keep you updated on this.
Thanks & Regards
WP Experts Support Team
Hi @alidolphin,
Please use this updated free version of the New User Approve plugin and then paste the following snippet into the functions.php file and add their desired data fields that you want to get in Zapier.
Here is the updated plugin: Download Plugin.
Here is the code snippet:
add_filter('nua_zapier_data_fields',function($data,$user){
$new_data = array(
'field_name-1' => 'value-1',
'field_name-2' => 'value-2',
'field_name-3' => 'value-3'
);
array_push($data,$new_data);
return $data;
},10,2);
Note: we will release this update in our upcoming version.
Let us know if you still have any issues.
Thank you
Hi
Thanks for your response on this.
I have added the code snippet to the functions.php script but it appears to be incorrect or not working.
https://snipboard.io/F70iXQ.jpg
https://snipboard.io/S8rach.jpg
Am I doing anything wrong?
Thanks
Ali
Hi @alidolphin,
Make sure you have deactivated and deleted the previous version and download the updated version of our plugin as we provided.
If you have not updated the plugin on your site so please update the plugin.
Here is the updated plugin: Download Plugin.
Thank you
Hi
Thanks for coming back to me, I have deactivated the Premium Version on the site and added your latest version.
Still the fields are not showing in the Zapier.
Can you confirm what the field value and field name should be entered – is the merge field in Mailchimp and Field Value in WordPress?
https://snipboard.io/N95Rjf.jpg
Thanks
Ali
Hi @alidolphin,
To escalate your case, please create a ticket on our official website so that we can connect you directly with our Technical team.
Looking forward to getting your issue resolved.
Thank you
Thanks. That’s been issued.