Hi guys,
This looks a lot more complicated than it is but here goes...
I have an ad path to follow for user registration. The idea is that when a user registers (using a GF) their data is send to an ad server where they are presented offers before coming back to the registration page (with the dynamic data passed to and from).
The confirmation page looks like this:
http://a.websponsors.com/c/s=263533/c=228696/m=SUBID/?email={Email:3}&fname={Name (First):2.3}&lname={Name (Last):2.6}&address={Address (Street Address):4.1}&phone={Phone Number:8}&city={Address (City):4.3}&state={Address (State / Province):4.4}&zip={Address (Zip / Postal Code):4.5}&dob={Date of Birth:5}&gender={Gender:6}&hi=http://mysecretvault.co.uk/pet-awards-wp/wp-content/themes/the-pet-awards/images/register-header.jpg&redirect_url=http://mysecretvault.co.uk/pet-awards-wp/wp-login.php?action=register&user_name={Username:7}&firstname={Name (First):2.3}&lastname={Name (Last):2.6}&user_email={Email:3}&gender={Gender:6}&address={Address (Street Address):4.1}, {Address (Address Line 2):4.2}&city={Address (City):4.3}&state={Address (State / Province):4.4}&zip={Address (Zip / Postal Code):4.5}&phone_number={Phone Number:8}&date_of_birth={Date of Birth:5}®code=447233273928846
The data is not being passed to the ad page correctly, therefore not being passed back correctly and the user is not being registered.
Have I set this up incorrectly / misunderstood how passing user variables works / is there a bug in the plugin?
The return path comes back to the site as:
http://mysecretvault.co.uk/pet-awards-wp/wp-login.php?action=register&user_name={Username:7}&firstname={Name (First):2.3}&lastname={Name (Last):2.6}&user_email={Email:3}&gender={Gender:6}&address={Address (Street Address):4.1}, {Address (Address Line 2):4.2}&city={Address (City):4.3}&state={Address (State / Province):4.4}&zip={Address (Zip / Postal Code):4.5}&phone_number={Phone Number:8}&date_of_birth={Date of Birth:5}®code=447233273928846
which leaves a user needing to fill in their info again and data not being passed to the ad company...
Many thanks,
James