You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bolt 5.1.3 / Php 8.1 / MariaDB 10.3
I'm experiencing the same issue - No error when the form is submitted but the database table remains empty. I'm wondering if the config is not correct or if there is some other steps that have to be taken to connect the database table? Or is this feature just not functioning? My config for the form is in the attached txt file. waitlist.txt
I've configured a form to the database table "mailing" but it doesn't receive any input, even if the form itself plays back a success message:
## Subscribe subscribe: templates: form: 'partials/_subscribe.twig' feedback: success: Deine E-Mail Adresse email wurden erfolgreich eingetragen. error: Die eingegebene E-Mail Adresse ist ungültig. database: table: name: mailing field_map: mail: 'mail' timestamp: 'lastseen_at' url: ~ path: ~ ip: 'last_ip'
The text was updated successfully, but these errors were encountered: