Hello,
I try to save data to a table, but no data is being saved.
I see the following after submitting the form:
Array
(
[id] => 7
)
I woud have expected something like:
Array
(
[id] => 7
[name] => John
)
What am i doing wrong?
I try to save data to a table, but no data is being saved.
I see the following after submitting the form:
Array
(
[id] => 7
)
I woud have expected something like:
Array
(
[id] => 7
[name] => John
)
What am i doing wrong?
what are the settings you have in the "Save data" ?
Primary key = id.
I've also tried putting 'name' in Table fields or Data Source.
I've also tried putting 'name' in Table fields or Data Source.
in modify data source:
assuming you have a field called "name" in your form
name={data:name}
assuming you have a field called "name" in your form
You need to login to be able to post a reply.