- This topic has 3 replies, 2 voices, and was last updated 12 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember custom integration – two user have the same username
Tagged: Custom Work
Hi
I use aweber form to add user.
When the user validates the email aweber they are redirected to a secret page ( exemple : [http://domaine.fr/rpaD56-4DgrJg-)]. It’s redirection to “api/create.php” with aweber information ($_GET).
But when the user valide his email twice, api create two identical account on eMember.
I am not sure how you have done this 3rd party integration but it looks like that create script may be getting invoked multiple times. What version of the plugin are you using? Do you have the sample code that you used to do this 3rd party API integration?
I use: WP eMembers – Dashboard v8.3.4
I create aweber form. When user valide his email he is redirect to my PHP script:
// I get the data with the aweber option “Pass subscriber info for personalizing this page.”
$get_url = get_bloginfo(‘url’).”/wp-content/plugins/wp-eMember/api/create.php”.$prepared_data;
echo file_get_contents($get_url);
header(‘location:’.get_bloginfo(‘url’).’/inscription-termine’);
can be done another way?
I see what you have done. This is not one of our standard eMember features so we can’t support it via this forum. Please fill in the following form if you want us to take a look at your coding and see what you have done with this customized integration: