Custom forms in WordPress
-
Hello there WP community,
I have previously developed in PHP, but in my new job I need to learn to mess with lots of CMS core code, and now its time for wordpress.
I dont wanna lose it so I need to be as quick as I can, but right now my head is a bit of a mess of ideas.
I just need to make a custom form to insert data into some custom tables.
After researching a bit, I concluded I need an ajax call to an external php file that makes the insert. But I’m struggling a bit on how to do that.
Like, where am I suposed to put the file (wp own folders or form plugin folders?), and then how do I reference it in the ajax call? I dont know how WP handles urls/routes.
Any help would be appreciated. Thanks!
- The topic ‘Custom forms in WordPress’ is closed to new replies.