• Hi,

    Have just started using the plug-in, which is very nice.

    I added a full URL of a PHP file for the page to be displayed after the form data has been submitted – as in
    Advanced > Exact URL of destination page.

    This PHP page looks for the data that I imagined would be transmitted, as in:

    @extract($_POST);

    except it appears to be empty. I was hoping to use the field values submitted by the form to create a search string to use in a widget in the destination page.

    Also, the data is displayed at the top of the page holding the form after the submit button is pressed, and above and outside the WordPress page before the destination page is loaded – is there anyway to prevent that.

    Another question – the .csv file does not appear to contain comma separated values, but tab separated.

    Is there any way to access all of the data via software rather than manual download, for another use of tabular display of all data.

    Thanks for any help.

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 1 replies (of 1 total)
  • Thread Starter natureshutterbug

    (@natureshutterbug)

    “Also, the data is displayed at the top of the page holding the form after the submit button is pressed, and above and outside the WordPress page before the destination page is loaded – is there anyway to prevent that.”

    I have figured that out – it comes from the submissions plugin, which may provide the answer to my first question, if I keep working at it.

Viewing 1 replies (of 1 total)
  • The topic ‘$_POST for Form Manager’ is closed to new replies.