bolt / bolt/forms

Form to be entered into a database doesn't insert anything

Open
#13 7 comments 1 reaction 0 assignees View on GitHub
Stale
Dominant language
PHP
Stars
22
Forks
26
PR merge metrics
No merged PRs in 30d

Description

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'`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.