I recently set up a billing modification form for an upgrade to level 4. In that form, at the top, 4 fields seem to be predefined: First Name, Last Name, Email Address and Username. Upon submitting, the values aren't passed through to Paypal though.
After looking at the fields with firebug, I saw that the value="" attribute of the 4 text fields are empty. Is there a way to change that, so that the information is submitted too?
- Code: Select all
<input type="text" tabindex="10" value="" class="s2member-pro-paypal-first-name s2member-pro-paypal-checkout-first-name" id="s2member-pro-paypal-checkout-first-name" name="s2member_pro_paypal_checkout[first_name]" maxlength="100" aria-required="true">
Thank you very much for you help!