modular-admin-html icon indicating copy to clipboard operation
modular-admin-html copied to clipboard

form id="signup-form"

Open ccadic opened this issue 4 years ago • 0 comments
trafficstars

Hi. I'm testing the modular-admin to create accounts in a MyQSL database. I stopped php dev 4 or 5 years ago and might miss something with PHP8/mysql8 updates.

When I try to edit the http://localhost/adverstamp/signup.html

At these lines

  |

I cannot pass the $POSTS to the action_page.php script. the action_page.php is not even loaded When I remove id="signup-form" it works. I plan to use action_page.php to collecte the $POSTS and put the records into the database.

I'm probably missing something. Do I haver to unlock something or activate a kind of "everything is properly filled please locad the action_page.php" somewhere. Where do I have to look ? js? php axtra code ?

ccadic avatar Aug 16 '21 15:08 ccadic