Hi,
we have a facility that allows new customers to sign up for a login name/password which will give them a specific discount rate when they buy. The form is on the site, and is accessed through the "Student Account" button. Because restrictions imposed by our merchant acquiring bank, we needed to exclude specific locations and countries from accessing this facility. So the drop down lists for "County" and Country" are limited to what is visible on the site.
However, a few bona-fide customers have contacted us to complain about not getting the options as provided in the code behind the form, but instead being presented with a list of American and Canadian states/provinces. And as these fields are requried fields, they just cannot register. Even if they manually type an acceptable location, they cannot proceed. I have checked and re-checked the code, and there is just no possibility of these false choices being presented from within Actinic.
Anybody any ideas on what might be the cause, and more importantly, the cure for this?
Ian
we have a facility that allows new customers to sign up for a login name/password which will give them a specific discount rate when they buy. The form is on the site, and is accessed through the "Student Account" button. Because restrictions imposed by our merchant acquiring bank, we needed to exclude specific locations and countries from accessing this facility. So the drop down lists for "County" and Country" are limited to what is visible on the site.
However, a few bona-fide customers have contacted us to complain about not getting the options as provided in the code behind the form, but instead being presented with a list of American and Canadian states/provinces. And as these fields are requried fields, they just cannot register. Even if they manually type an acceptable location, they cannot proceed. I have checked and re-checked the code, and there is just no possibility of these false choices being presented from within Actinic.
Anybody any ideas on what might be the cause, and more importantly, the cure for this?
Ian
Comment