cancel
Showing results for 
Search instead for 
Did you mean: 

Show a 'message box' with success message after creating a Unity Forms

Fernando_de_Bon
Champ in-the-making
Champ in-the-making

Hi,

I need to send a success message of specific value to each user after submitting a Unity Forms.

Is it possible to do that? I have already tried to create a System Event that runs a script when a particular Unity Forms is created, but I can not display anything on the user's Web Client screen.


If anyone can help me, I thank you!

2 REPLIES 2

William_Smith2
Star Contributor
Star Contributor

We use the Share Form option in the menu bar of the Unity Form design.

Under Options is Target URL.  We use this to display a HTML page after the Unity form has been submitted.  I would assume you could setup your HTML page to display specific values based on your criteria. 

The URL genereated in the Result box is what the users then use to process the Unity Form.

I've tried to do something like this, but I'm using my form inside a site (embed), and it does not redirect the main site. =/

Is there any way to do this via script?