cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

CIM Hosted form field not appearing

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?

martin1b
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

RaynorC1emen7
Expert
3 REPLIES 3

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.

RaynorC1emen7
Expert
1) Didn't know that. How do you control what fields are on this form and which ones are required? 2) Rats, you're right. I'll have to figure another way to do this. Thanks for the help!

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.