For the past few days I simply cannot build a form to save data.
I’ve built them over & over for months.
I create a mysql table in localhost on a mac pro
fire up Wappler, create a new project, create a folder to hold server connection files & server queries.
And I get to this point quickly – after the connection is tested & works & is saved to my localhost mac mamp database.
I next generate a Data Action using the same connection and select “Insert into Database”
I see in the Query Database Insert Options that after I chose the “my_urls” table (that has an auto_insert primary field name “urls_id”) that Wappler has loaded all the fields after that and given me the query i need – “INSERT INTO myurls …”
I say ok, the Query options closes and my action file “insert1” is saved after the Connection action file-- “connect1”
As expected – but after I make a Server Connect file in my targeted php page and Save All files then I want to Add the Generator Bootstrap 4 Form to the page.
When I want to use the Server connect to Generate Form Bootstrap 4
and then Select the Server action I set up on the left side of Wappler
as soon as I select the Server Action I get back this
default load of url, notes, Save as fields
The Data Bindings window does not show the Query of Data –
then each field, as usual
I’ve tried this over and over with new pages, brand new projects even.
The QUERY I saved that specified every single field to be retrieved for the Form does not show up in the dynamic Data view when I try to bind the Post query elements.
Last updated: