Form not processing POST variables on pages
-
Hi. I have been struggling for days with this, determined to try to solve the problem without resorting to hassling you for help, but my patience has run dry.
http://www.slow-lane.co.uk/
Slightly tweaked twnety eleven theme
No other plugins activeThe problem is this
The plugin works fine, exactly as expected, as a widget in the sidebar. However, it fails to pick up the POST variables when inserted into a pagehttp://www.slow-lane.co.uk/subscribe
I have edited class-s2-frontend.php to send me an email once certain points of the script have been passed, to try to find out where it might be breaking. Once after the $action section, to see where the form is being pointed to, the second just before
if ( isset($_POST['subscribe']) || isset($_POST['unsubscribe']) ) {where I send myself a list of all POST variables.If the widget is enabled in the sidebar, I receive two emails, one for each of the above points. The POST variables are listed as expected.
When viewing and/or submitting via the subscribe page, I receive four emails, two for each of the above points. There are no POST variables present, and so the submitted form is not processed. However, viewing the page in Firebug, they seem to be listed correctly.
I’d greatly appreciate your help.
With thanks
Anthony
The topic ‘Form not processing POST variables on pages’ is closed to new replies.