How can I stop an IBAN number showing as a phone number when viewed on an ipad?
-
coedgelertAsked on May 19, 2017 at 09:43 AM
My form has our payment details including our IBAN number. How can I prevent this from showing as a phone number (blue and underlined) when the form is viewed on an ipad?
Many thanks
-
liyamAnswered on May 19, 2017 at 11:35 AM
Unfortunately, we do not have an option to disable this setting on the page. If you have the form embedded on a web page, you can try adding this meta tag to your web page, in between the <head> </head> tags:
<meta name="format-detection" content="telephone=no" />Thanks.