Autocomplete

0
0

Hi Luca, et al,

I’ve turned on Autocomplete for my order form, but I don’t see a way to set the various fields that Chrome (and probably other browsers) look for.

Google’s developer docs show this:

<label for=“frmNameCC”>Name on card</label>
<input name=“ccname” id=“frmNameCC” required placeholder=“Full Name” autocomplete=“cc-name”>

As an example for one of their supported field types. How can I get that attribute on the textbox field?

Thanks!

-John

 
  • You must to post comments
0
0

Officially autocomplete is only on|off.

https://www.w3schools.com/tags/att_input_autocomplete.asp

Wisej has the AutoComplete property on the TextBox class. You can modify the html to use chrome’s specific values easily but it works only with https and only on chrome.

  • John Nagle
    Ahhhh…ok, didn’t realize it required SSL to work. I’m setting up our SSL certificate now. Thanks Luca!
  • John Nagle
    OK, so I turned on AutoComplete for all my fields, and now my test site is https only. On my address field, my address pops up to auto-complete, and I click it but it doesn’t populate the textbox. It just goes away. The text box is configured for straight text input and default length limit, so shouldn’t be a problem there…any ideas? Thanks! -John
  • Luca (ITG)
    Have no idea. It works for me. Send a small test case to make sure.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.