Is it possible to post to the Smartsheet form with a third party tool?

ShaneT
✭
I am trying to add data to a smartsheet using a post to html integration to the Smartsheet form. Is this possible. I get a success message when testing but no data is entered.
Tags:
Answers
-
The best way I know works is embedding the code to your page:
You can always edit the style with your own css, but the standard style usually works well enough.. I like to size the form to the page that I'm adding it to - instead of the width="1000" and such:
<iframe width="400" height="600" frameborder="0" src="https://app.smartsheet.com/b/form/************"></iframe>
-
Ezra, I don't understand your response above. Would you please clarify or expand a bit?
Making mistakes is the fastest path to excellence.