Hello!
I have a question about these blocks of code and why they don’t work.
.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.