Where can we see the website in question?
See Editing form template
What content do you have in the Form tab panel?
<label for="Anrede"> Anrede</label>
[text* Anrede id:Anrede]
<label for="Name"> Name</label>
[text* Name is:name autocomplete:name]
<label for="e-mail-adresse"> E-Mail-Adresse</label>
[email* e-mail-adresse id:e-mail-adresse autocomplete:email] </label>
<label for="strasse-hausnummer"> Straße, Hausnummer</label>
[text* strasse-hausnummer id:strasse-hausnummer autocomplete:street-address]
<label for="plz">Postleitzahl</label>
[text* plz id:plz autocomplete:postal-code]
<label for="ort">Ort</label>
[text* ort id:ort autocomplete:address-level2]
<label for="nachricht"> Ihre Nachricht an uns</label>
[textarea* nachricht id:nachricht]
<label for=Dateianhang>Dateianhang (mögl: pdf, docx, odt)</label>
[file Dateianhang id:Dateianhang limit:2mb filetypes:pdf|docx|odt]
<label for="datenschutz">Datenschutz</label>
[acceptance Datenschutz id:datenschutz]Ja, ich habe die Datenschutzerklärung zur Kenntnis genommen und bin damit einverstanden, dass die von mir angegebenen Daten elektronisch erhoben und gespeichert werden. Meine Daten werden dabei nur streng zweckgebunden zur Bearbeitung und Beantwortung meiner Anfrage benutzt. Mit dem Absenden des Kontaktformulars erkläre ich mich mit der Verarbeitung einverstanden.[/acceptance]
<label for="quiz-182">Spamschutz</label>
[quiz quiz-182 id:quiz-182 "Die Hauptstadt von Deutschland|Berlin" "Die Farbe der Sonnenblume|gelb" "Die Ente schwimmt auf dem|Wasser"]
[submit "Senden"]
I did try different tags like autocomplete:address-level2 for the city or autocomplete:postal-code. Nothing did work.
Actually, they are working. You’ve set the correct form-tag options, and they are correctly rendered as the autocomplete HTML attribute as intended.
OK, thank you. But I want to fill out the form with Safari or Firefox, only the email field and the name would be filled out. If I do this with the checkout form from WooCommerce, alle fields are filled out.
How the requested personal data is retrieved depends on the browser you use. I’m not familiar with how WooCommerce does it. Does it use the autocomplete attribute?