Connect WordPress form to Smartsheet for Record Keeping

Options

Is there a way I can populate a Smartsheet with entries from a WordPress form?

We use the Gravity Forms Addon

Answers

  • Lee Joramo
    Lee Joramo ✭✭✭✭✭✭
    Options

    I don't think this can be directly done unless Gravity Forms has an option to save to Smartsheet.

    Your options would be :

    • Replace Gravity Forms with Smartsheet's Forms and embed an <IFRAME> tag with the form in your WordPress site.
    • Have Gravity Forms save the data some where that Smartsheet's Data Shuttle can grab it
    • Use Zappier or some other automation service to move the data
    • Build a program using the Smartsheet API to receive data from the Gravity Form and save it to your sheet. (Or the API can be used to solve this many other ways)


  • Dantastic
    Options

    Awesome thank you for the feedback!