If | Web_Viewer2’s URL = “------this is the url------”
Do | Navigate to “the next page”
Else | Set “text” 's Text to “Please fill in the form first”
I am trying to make a web embed form so the user must finish the form, then click the button, and if they don’t finish it the button will say “Please fill in the form first”.
The form I used is Zoho Forms, which also lets people upload files to the form, so I can see the photos people upload.
So the Zoho forms URL changes after you submit, so the Web_viewer2’s URL should also change, right?
Also, uploading doesn’t work when inside the app, so it kinda defeats the purpose of the form and the screen.
Hi,
There are two links, the first one is the link to the form, and the second one in the submitted link. I am trying to make it so if the Webviewer is displaying the “submitted page” then they can press the button. Else, the text above the button will say: “Please fill in the form first”.
thanks