Can we create a custom thank you message for forms in app studio?

art_in_sky
art_in_sky Contributor

I am using forms in app studio, currently when we submit a form, it does not acknowledge our submission. 'I would like to see a thank you for submission' message. How can I achieve this?

Tagged:

Answers

  • Reference to a similar question:

    https://community-forums.domo.com/main/discussion/66762/getting-buzz-message-when-a-form-submitted

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **

  • I receive this message when I submit an entry in my form in App Studio. Are you not receiving this message? There is not a way to modify this message, unfortunately.

    image.png
    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.
  • Currently this would be a feature request (Post in the Ideas Exchange here in the community, happy to upvote it!)

    To accomplish this with current functionality I think you would need to create a custom app that mimics a form, that kicks off a workflow, that would append that row to a dataset.

    For example note the Form on the Left here (it is a custom app hooked into a workflow shown on the right):

    image.png


    Then upon submission, the app unhides and displays the Submission message, which could be whatever you want it to be:

    image.png


    For example here I've added 😢 to my Error message and you can see it displaying in the preview:

    image.png
  • art_in_sky
    art_in_sky Contributor
    edited 7:43PM

    @JasonAltenburg Is there a standard code javascript template that I can use in connecting my custom form brick to a dataset for storing and syncing the form inputs.