Creation of Database Delete Server Action - id Parameter Defaults to $_GET not $_POST

If you create a “Database Delete” server action and add an id column to delete, Wappler defaults to this taking the value of $_POST.id.

I would expect you are much more likely to delete a table row with a GET method, so this request is that the default value offered is $_GET.id

Community Page
Last updated: