Statistics: Posted by bitofgrace — October 7th, 2011, 12:42 pm
Statistics: Posted by svillee — October 7th, 2011, 12:37 pm
Statistics: Posted by bitofgrace — October 6th, 2011, 4:23 pm
Statistics: Posted by Cristián Lávaque — August 2nd, 2011, 11:27 pm
if ($_GET['email']) {
if (!is_array($_POST))
$_POST = array();
if (!is_array($_POST['s2member_pro_paypal_registration']))
$_POST['s2member_pro_paypal_registration'] = array();
if (!is_array($_POST['s2member_pro_paypal_registration']['custom_fields']))
$_POST['s2member_pro_paypal_registration']['custom_fields'] = array();
$_POST['s2member_pro_paypal_registration']['first_name'] = $_GET['fname'];
$_POST['s2member_pro_paypal_registration']['last_name'] = $_GET['lname'];
$_POST['s2member_pro_paypal_registration']['email'] = $_GET['email'];
$_POST['s2member_pro_paypal_registration']['custom_fields']['key'] = $_GET['key'];
}
Statistics: Posted by svillee — August 2nd, 2011, 9:31 am
Statistics: Posted by Cristián Lávaque — August 1st, 2011, 10:32 pm
http://oursite.com/invited-free-registration/?fname=John&lname=Smith&email=jsmith%40gmail.com&key=31416
Statistics: Posted by svillee — August 1st, 2011, 4:27 pm