php & podio webforms

Answered

Comments

15 comments

  • Casper Fabricius

    No, we don't support prefilling of webforms via querystrings, but we will at some point. You're not the first one to request that.

    However, you can do your own regular html form, prefill it with any values you'd like, and then submit the values via the Podio API. That requires a bit a programming work, though.

    0
    Comment actions Permalink
  • Patrick Steil

    Also, I would love to see the Email to Webform configuration screen allow you to set defaults for all fields for the incoming email... thanks... 

    0
    Comment actions Permalink
  • Tom Bauer

    Thanks for your fast reply Casper.

    Do you know any Tutorials or examples of how use the API with an own Webform?

    0
    Comment actions Permalink
  • Casper Fabricius

    Aside from reading the general introductions to how our API works and deciding if you want to use a client library (the PHP one, I'd guess) you'll want to check out the tutorial on creating items:

    https://developers.podio.com/examples/items#subsection_create_item

    Also checkout the readme and examples in the PHP client library:

    https://github.com/podio/podio-php

    0
    Comment actions Permalink
  • Shawn Carl Erickson

    Any update on the possibility of populating webform fields using querystring parameters?

    0
    Comment actions Permalink
  • Andreas Haugstrup Pedersen

    Hi Shawn,

    We haven't implemented anything yet, but it's still on our "we want to do this" list for webforms. The best way to handle prefilled forms at the moment is to bypass Podio webforms, create your own HTML form and use our API to submit into a Podio app.

    All the best,

    Andreas

    0
    Comment actions Permalink
  • Carl-Fredrik Herö

    I'm working on a "Podio Advanced Form" class in PHP at the moment for one of our projects.

    The class support subforms (i.e. create a new entry based on app reference field), default values, hidden fields and a lot more.

    It's not complete yet but enough to give a demo.

    // Carl-Fredrik

    Elvenite AB, a Podio Preferred Partner

    0
    Comment actions Permalink
  • Simon Kibsgård

    Well, I couldn't help but test how far Podio guys were on this. And it's actually already implemented

    In our job section we use podio and we have a dropdown of different jobs to apply for.

    Adding ?[FIELDID from formelement]=[VALUE]

    The job "Front-end Developer - Aarhus" is then preselected by the Querystring parameter.

    Haven't tried with other form elements.

    To avoid spam bots you can view the URL and result in this image: http://screencast.com/t/oIUy7PtLdZZ 

    0
    Comment actions Permalink
  • Faruq Hunter

    So is this available now?

    0
    Comment actions Permalink
  • Cliff Paulick

    Googling "podio webform query parameters" (without quotes) brought me here. I'd like to see this implemented as well. I could update my WordPress plugin ( http://wordpress.org/plugins/podio-webforms/ ) once this is implemented. One use for it would be to have values in fields but hide them with CSS (not ideal way of hiding but it would be usable).

    0
    Comment actions Permalink
  • Vincent Poirier

    I tried what Simon did and didn't get any positive results.
    Is there a way to link a Webform to an existing Item to update it instead of inserting a new one?

    0
    Comment actions Permalink
  • Niels Jakob Buch

    How is this moving forward. Need it!

    0
    Comment actions Permalink
  • Germaine Mills

    Would really love this ..

    0
    Comment actions Permalink
  • Kenny Meyer

    Has there been any progress on this?

    0
    Comment actions Permalink
  • Justine Okari

    Hello, I really need to get php form submisions from our website to Podio. Any help will be highly appreciated. 

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk