How do you embed Smartsheet form to Wordress website?

I tried to embed a form using the embed code onto our Wordpress website. It didnt work fork at all. The only thing I could display was the link. Using embed code didn't work at all.

Anyone knows how to do it so that the form is displayed? Please help.

Thanks, Karolina

Answers

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭
    edited 05/15/21

    Hi @Karolina Maya

    I hope you're well and safe!

    Here's a short description.

    Preview and See How to Share the Form

    1. Select Open Form to preview the form to ensure it’s configured correctly. After you've previewed the form, you can close the browser tab that it opens in.
    2. Select Share Form to email the form directly from Smartsheet, copy the form link, or embed it in a dashboard or webpage. 
    3. Select the back arrow in the top-left corner of the form editor to close it and return to the sheet.

    Did that work/help?

    I hope that helps!

    Be safe and have a fantastic weekend!

    Best,

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

  • This solution doesn't work when trying to embed a smartsheet form into a wordpress site. What would be my next step?

  • Hello @EMcDowell,

    If you're still looking for a solution, I was able to successfully embed a Smartsheet Dashboard into smartsheet by converting all of the nonlink text to lower case.

    Smartsheet gives you something like:

    <IFRAME WIDTH=1000 HEIGHT=700 FRAMEBORDER=0 SRC="https://app.smartsheet.com/b/publish?publishedDASHBOARDurl"></IFRAME>

    It will work if you convert it to the following:

    <iframe width=1000 height=700 frameborder=0 src="https://app.smartsheet.com/b/publish?publishedDASHBOARDurl"></iframe>

    I hope that helps.