Autocomplete (again)

0
0

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

  • You must to post comments
0
0

Could be a browser issue. I tried and it works fine for me. The autocomplete functionality is not part of Wisej, it’s a browser feature. For the credit card information is a bit more tricky since it’s only implemented in chrome and it must be wrapped in a <form> tag. Wisej doesn’t use the legacy <form> tag since it doesn’t submit anything being an ajax web system. However I can send you a widget that wraps the fields in a inert <form> tag just to make chrome happy.

 

See https://jsfiddle.net/639Lpwmb/41/

  • John Nagle
    Ok, thanks Luca…that makes sense. And it’s OK, I don’t think it will be a problem for me. Thanks for the response! -John
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.