Hello Authorize.net Community. We have recently implemented the new Accept hosted mobile optimized forms and we wanted to know if anyone has any success in hiding some of the following fields:
- City
- State
- Country
- Phone
Please let us know if this is doable?
Thank you in advance,
TS
01-08-2018 01:54 PM
Hi,
Right now we have the option to show or not show the billing address options and that is by setting the property for hostedPaymentBillingAddressOptions https://developer.authorize.net/api/reference/features/accept_hosted.html#Requesting_a_Token
{"show":true, "required":false}
It would show ALL the billingAddress fields and not have them mandatory.
Or by using this:
{"show":false, "required":false}
would not show the billing fields on the UI.
Regards,
~ Rajvi
01-08-2018 04:37 PM
Thank you kindly for your response. Unfortuantely that function allows us to disable all of the billing fields and our challenge is that we only want to enable the address fields that are required (i.e. Street Address & Zip). Based on our research and your response, it looks like this is not possible. Hopefully Authorize will support this in the future on their hosted forms.
Thank you again for your response.
Best, TS
01-09-2018 09:00 AM
Hi,
I will bring it up to the team for consideration and present your use case.
Regards,
~ Rajvi
01-09-2018 09:49 AM
01-09-2018 10:11 AM
Sounds great and I will definitely post this. I do appreciate you responding to our post. Have a great Day!!
TS
01-09-2018 10:36 AM