News:

Support the VirtueMart project and become a member

Main Menu

Autocomplete on remarks textfield

Started by Kuubs, August 10, 2018, 15:07:45 PM

Previous topic - Next topic

Kuubs

Hello,

I have a strange bug in my cart. If I order again and the autocomplete is activated it autocompletes the address in the remarks textfield, mainly the street. How can I disable this?

GJC Web Design

Quoteautocomplete is activated

what does that mean?

surely a browser issue
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Kuubs

Quote from: GJC Web Design on August 10, 2018, 17:26:41 PM
Quoteautocomplete is activated

what does that mean?

surely a browser issue

It's weird because I get these comments from different PC's.

Jörgen

Are they Your PC's ?
Then there is surely a syncronization issue with Your browser.

Jörgen @ Kreativ Fotografi

Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

diri

There is chance to get it solved,

1. related to whole form
<form method="post" action="/form" autocomplete="off">

2. related to specific field on form
<form method="post" action="/form">
...
<input type="text" id="mytext" name="mytext" autocomplete="off">
...


Hope it helps.

cu, diri

Kuubs

Thanks. I think that fixed the issue.

Studio 42

You need always in form  autocomplete="off", only the field does not work for all browser, i had already the problem on another component.