This topic contains 2 replies, has 2 voices. Last updated by Jason (Lead Developer) 3 years, 10 months ago.
Topic Author | Topic |
---|---|
Posted: Wednesday Feb 13th, 2013 at 12:39 pm #41614 | |
Are there any working code examples of a Paypal Pro sign up page that repopulates the form values on error(missing field or something). I have been trying to use: $firstname = $_POST[‘s2member-pro-paypal-checkout-first-name’]; and then: <input type="text" aria-required="true" maxlength="100" autocomplete="off" name="s2member_pro_paypal_checkout[first_name]" id="s2member-pro-paypal-checkout-first-name" class="s2member-pro-paypal-first-name s2member-pro-paypal-checkout-first-name" value=" <?print $firstname ?>” tabindex=”10″ /> …welp |