I'm confused. I have a form that is three pages long.
On the first two pages are different fields to be filled.
On the last page, the contents of the two previous pages should be displayed. And the user should click in a confirm radius and press the send button. Then all fields should be inserted to the database.
When I test it seems to work, and a thank you page appears. But nothing is saved to the table. There is no error-message. What have I missed?
All data is displayed on the last page when I echo each field. But I'm not sure what value I should choose to attach to Insert Record. Since I now have two forms to choose from (page 2 and page 3). In addition, each field has a copy, as they echo. For each form field to be linked, there is three to choose from in the bindings tab.