VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Kuubs on August 10, 2018, 15:07:45 PM

Title: Autocomplete on remarks textfield
Post by: Kuubs on August 10, 2018, 15:07:45 PM
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?
Title: Re: Autocomplete on remarks textfield
Post by: GJC Web Design on August 10, 2018, 17:26:41 PM
Quoteautocomplete is activated

what does that mean?

surely a browser issue
Title: Re: Autocomplete on remarks textfield
Post by: Kuubs on August 10, 2018, 17:55:27 PM
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.
Title: Re: Autocomplete on remarks textfield
Post by: Jörgen on August 11, 2018, 12:20:30 PM
Are they Your PC's ?
Then there is surely a syncronization issue with Your browser.

Jörgen @ Kreativ Fotografi

Title: Re: Autocomplete on remarks textfield
Post by: diri on August 12, 2018, 07:45:05 AM
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
Title: Re: Autocomplete on remarks textfield
Post by: Kuubs on August 13, 2018, 10:03:34 AM
Thanks. I think that fixed the issue.
Title: Re: Autocomplete on remarks textfield
Post by: Studio 42 on August 14, 2018, 01:12:59 AM
You need always in form  autocomplete="off", only the field does not work for all browser, i had already the problem on another component.