I'm updating our sites to move to CIM hosted forms. I want to require email address in the payment. So, went to settings for the payment form and added email address to required fields. However, when I run it on the site, email doesn't appear as an input field.
I'm using AuthorizeNetPopup.openAddPaymentPopup() to display the form. Is there something else I need to do?
Solved! Go to Solution.
โ03-28-2014 08:19 AM
1)The hosted form don't use the payment form fields settings.
2)The email is on the account and not on the billing, so you need to get it when you create the customer profile.
โ03-28-2014 08:43 AM
1)The hosted form don't use the payment form fields settings.
2)The email is on the account and not on the billing, so you need to get it when you create the customer profile.
โ03-28-2014 08:43 AM
โ03-28-2014 09:05 AM
1)There isn't a settings for make it show or not show on the form, but it will check the required fields when it do a transaction.
โ03-28-2014 09:08 AM