Hi. I have been coding with PHP for ages. And just got Wappler two days ago during the Black Friday offer. The video tutorial from Ken Truesdale helps a lot.
But I am testing the Bootstrap 5 Form Generator, I am getting an error where data is sent to a non existence URL. So through the Developer Tool > Network, I see it got a 404 status. Although, all data Payload is correct though.
Welcome to Wappler Iszuddin!
Have you clicked the âMake Server Connect Formâ in the form properties panel? Select the form and expand the App Structure Panel to the right, and if not already done so, tick the button marked 'Make Server Connect Formâ. See if that rectifies your issueâŚ?
ooOOOoooOOooo ⌠yes I do. I have POST parameter for the API that I set to action. I was using it to determine where to insert or update the data. I changed it to operation and now it works.
There are a few other such reserved keywords as well, from what I remember. A doc with collection of those would make more sense than trying to figure out in Wappler code and showing a notification there.