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?
Reference to a similar question: https://community-forums.domo.com/main/discussion/66762/getting-buzz-message-when-a-form-submitted
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.
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):
Then upon submission, the app unhides and displays the Submission message, which could be whatever you want it to be:
For example here I've added 😢 to my Error message and you can see it displaying in the preview:
@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.
@art_in_sky I would recommend "Form and Dataset Brick" in the App Store as a "standard" item. If it might be helpful I can share the code for the example in my screenshots as well.
@JasonAltenburg - even if @art_in_sky does not want to see the code, I do. It looks like a great example of using forms and workflows. Do you have a online demo of this? Oh btw, sorry to hear about your illness with the ooz. Best wishes on a swift recovery.
@JasonAltenburg I would need the code too.