PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Pass data via POST method?

  1. kye.hohenberger
    Member

    Is it possible to pass data via the POST method instead of the GET method? I know its not possible through the GUI in the confirmation, but if it is possible to hard code it in I have no problem with that. If someone could point me in the right direction as far as what file to edit I would appreciate it.

    Posted 13 years ago on Wednesday August 11, 2010 | Permalink
  2. Currently it is not possible without writing your own custom PHP and using API hooks to post all the data to a different address. This is doable as a customization but takes a loto f PHP and WordPress know how to accomplish.

    We do have plans for an add-on that will allow you to post data to any 3rd party URL and setup data feeds this way so when a form is submitted the data is also posted anywhere you would like it to go. But we haven't started development on this add-on, but we do plan on creating it.

    Posted 13 years ago on Wednesday August 11, 2010 | Permalink
  3. gregreimer
    Member

    Yes, yes and yes. I have a file upload form that sends the user to a different site for the actual upload. It would be great to pass some of the form data to the uploader so that we can match the form to the actual upload better.

    Posted 13 years ago on Wednesday August 11, 2010 | Permalink