we wanted to try the native bricks form feature, we have setup everything but on the submit we get
{
“success”: false,
“data”: {
“type”: “error”,
“message”: “Es ist ein Fehler aufgetreten, bitte versuche es später noch einmal.”
}
}
We are not using any captcha on the form yet, so we can rule any form validation errors out from that side.
No data was saved to the db and no email was sent. We are using wp mail smtp and have no problems sending mails with it so far ( i wanted to replace Fluent Forms where the mail delivery has no issues so pretty sure we can rule that out )
Any optimization is turned off (Litespeed cache) and borlabs was/is turned off for rest aswell:
ok, I guess I need to somehow trigger autocomplete. Because if I enter it like this (with double click and clicking on the suggested dropdown), it still works.
yes, i saved lots of adresses and im using one of them and its filling out every field. and yes honeypot field is in the form and its a phone field, which field type would be better ?
yes when i remove the honeypot field it works with autofill
i tested a few fields now - with textarea it works - same error with text / pw / phone / email / url field - so as soon as the browser detects a field it can autofill the form fails because of the honeypot check.
Ah i see - yeah well then thers nothing more you can do ( maybe add this note to the docs ? )
Ok what do you suggest “works” better against bots - changing the attribute on a field like phone or just use a textarea like i have now which does not get used for the autofill ?