Your second graphic: to get mine to work I had to use a format like this {data:Article.frname}, yours would be {data:Article.nombre} unless you are using something different.
did you solved this issue? I really don't have any idea on how to save data in a DB
I just created a bkp file of current form. I really can't solve by myself
[file=https://liberotorneificioscacchi.it/Chronoforms7_http___localhost_23_Jan_2022_12_47_33.cf7bak]CF7 Backup[/file]
Hi
It works for me...
Step 1: Installer + Connect Table in admin, a simple table with an "id" Autocreate + primary Key, and a text field names "toto" (I didn't know that way: I've always created my table with Phpadmin).
Step 2: Verify with PHPMyAdmin that my table exist.
Step 3: In Admin, delete installer and connected table
Step 4: New View, create a simple form with one Text Field named "text_1"
Step 4: End Page, New Action Save Data, remove Whole Data Forms to Add a Data Source: table FIeld Name= toto, Value= {data:text_1}
Good luck
ok now it seems works EXPECT for a funny side-effect: everytime I call the page with form a new record with NULL data will be added to my table. do you know why?
I don't understand very well: Are you datas saved + a null record, or data not saved and only a null record?
Insert an Action Message before the Save Data Element, including {data.pr:} in its content, post me the {data.pr} result...
Have you deleted Installer and Connected Table in Settings/Admin?
Second: Is it a Standalone form or a sequential Form? It would be a sequential form...
Third : Your View had to be in the first page, your Save Data in the end page. The button Submit Choose the End Page.
thanks, I moved "Save Data" in the New page I created (End Page) and removed from the first page.
Thanks, ciao