This topic contains 5 replies, has 2 voices. Last updated by Cristián Lávaque 4 years, 6 months ago.
Topic Author | Topic |
---|---|
Posted: Thursday Jun 28th, 2012 at 7:12 pm #17803 | |
Hello, I am currently using an Aweber form on the first page of my optimizepress site with s2 member. When a customer submits the form, it automatically directs them to a level 0 s2member registration page as the thank you page. I need for the data submitted in the Aweber form to be passed to the registration form, so that the first and last name as well as email are auto-populated on the registration page. I am 3/4’s of the way there, as I have already configured Aweber and my “Thank You Page”/s2registration page to pass and receive the appropriate data. In order to do this I am using the Mindvalley POST and GET Variables Plugin and the following short codes: [get_var name=”custom_first”] [get_var name=”custom_last”] [get_var name=”email”] I have placed these short codes in my “Thank You”/Registration page to see if they work, and they do collect the appropriate “passed” data from the Aweber form on the page before. However, the information is simply posted to the bottom of the “Thank You/Registration page, and I need for this information to be posted in the corresponding fields on the registration page as opposed to just at the bottom (or wherever I put the code on the page). Obviously I can’t just stick a Get variable snippet in the form shortcode, thus is my problem. I believe that I will need to alter the Paypal-Registration-Form.php in the s2member pro templates, however, I do not want to harm the functionality of the form by arbitrarily inserting code. Any nudge in the right direction would be greatly appreciated. The website is http://faithfitcamps.com If you would like to test it, simply submit a test account in the autoresponder form on the homepage. You will be directed to the Thank You/Registration page where you will see that your test information has been successfully passed, however, it will not be populated in the corresponding form fields on the registration form. I am sure this is a fairly easy tweak within the proper php template. I just need to know where to post the “GET variable” snippet in the code. Thanks again, Skylar Webber
|