I have a form that's applied on every page throughout the site and need it to be sent asynchronously without taking the user anywhere.
I can't figure out out to catch the sent data... I'm using Page.php for it because I assume since it's on every page it belongs there; I ran through the ajax tutorial but that doesn't cover the topic, only the example site that's being worked on. I read it, I watched the video and still can't get it working.
What I need to know is what URL to send data to (I assume its any since Page applies to all pages, right?) and how to catch the request. The rest I'll probably figure out once I overcome this problem