Page 1 of 5

Form web address

Posted: Fri Feb 11, 2022 10:34 pm
by Duski
I'd like to make my form accessible for everyone. I found an instruction video here https://www.youtube.com/watch?v=z7RKRad5ZJw. Thanks for it !
But I'm not able to find out web address of my form :-( Address bar shows only main web-address for nuBuilder.
Snímka obrazovky 2022-02-11 223308.png
Can U help me, pls. ?

Re: Form web address

Posted: Sat Feb 12, 2022 6:47 pm
by gerese
Hi,
you need to use auto login
https://wiki.nubuilder.cloud/index.php?title=Login

create a user: test, with password: 1234
and set to this user like "launch form" the form wich you need to see in front of web page.
When you access this link
https://ip_address/index.php?&u=test&p=1234
u=test
p=1234
must open the desired form, then you can use the directions in the video on youtube.

Re: Form web address

Posted: Mon Feb 14, 2022 5:26 pm
by Duski
I did, as you adviced me, but no success - blank page.
Pls. try:
http://katalog.jecool.net/index.php?&u=hocikto&p=4321

Re: Form web address

Posted: Mon Feb 14, 2022 5:29 pm
by kev1n
Try
https://katalog.jecool.net/index.php?u=hocikto&p=4321

and using an f parameter, you can use the specified form.

Re: Form web address

Posted: Mon Feb 14, 2022 5:33 pm
by Duski

Re: Form web address

Posted: Mon Feb 14, 2022 5:39 pm
by kev1n
Pass the form id, not form code

Re: Form web address

Posted: Mon Feb 14, 2022 5:44 pm
by Duski
No success :-(
http://katalog.jecool.net/index.php?u=h ... 523a61aca1
Snímka obrazovky 2022-02-14 174250.png

Re: Form web address

Posted: Mon Feb 14, 2022 5:53 pm
by kev1n
Yes, that's the form Id.

I get this error (country restriction)

Code: Select all

Uncaught Error.

{"success":false,"payload":[],"error":{"code":403,"message":"Forbidden POST requests from foreign countries, please, allow it in site settings"}}

The nuBuilder demo, e.g. can also be opened by passing the user + password and there's no error or blank page:

https://demo.nubuilder.cloud/index.php?u=demo&p=nudemo

Re: Form web address

Posted: Mon Feb 14, 2022 6:05 pm
by Duski
I disabled POST blocking from abroad.

Re: Form web address

Posted: Mon Feb 14, 2022 6:11 pm
by kev1n
http://katalog.jecool.net/index.php?u=h ... 523a61aca1 opens the launch form for me. Tested with chrome + edge.