Page 1 of 2

View form without login screen

Posted: Fri Nov 02, 2018 5:21 am
by ARWEN
I would like to display a nuBuilder form directly on my homepage. Where can I set that the login screen is not displayed at all and a form is displayed directly?

I tried this
Login automatically to a certain Form and Record with a link to the User's Home Page. - index.php?&u=1&p=1&f=nublank&r=-1&h=nuuserhome
This work but shows the login screen prior to showing my form.

Re: View form without login screen

Posted: Sat Nov 03, 2018 1:35 am
by admin

Re: View form without login screen

Posted: Sat Nov 03, 2018 6:58 am
by ARWEN
This takes me right to the login screen with a message "invalid login"

Re: View form without login screen

Posted: Tue Nov 06, 2018 2:45 am
by admin
Do you have a User called 1 with a Password of 1?

Re: View form without login screen

Posted: Wed Nov 07, 2018 8:37 pm
by ARWEN
It works now :)

What about the other parameters (p , f, r) Are they not valid anymore?

Re: View form without login screen

Posted: Wed Nov 07, 2018 9:21 pm
by admin
Arwen,

Yes, you are right they aren't valid anymore.

Steven

Re: View form without login screen

Posted: Wed Nov 07, 2018 9:36 pm
by ARWEN
That's really a pity. Is there a particular reason for it?
Or are there other ways to enable automatic login with passing a record or a form id? (I really need this...)

Re: View form without login screen

Posted: Wed Nov 07, 2018 11:48 pm
by admin
Arwen,

You can set an Access Level to go to any Form.

And create a User for that Access Level.


Steven

Re: View form without login screen

Posted: Thu Nov 08, 2018 5:58 am
by ARWEN
admin wrote:Arwen,

You can set an Access Level to go to any Form.

And create a User for that Access Level.


Steven
Respectfully, I don't understand your point. So there's a form open with a record. The f and r parameters allow me to generate a link or url to that record.

This link I send to a friend and he can open that record right away.

Or in a smilar manner: I have another crm where I insert links that point to some records in nuBuilder.

Or: to show a permalink https://forums.nubuilder.cloud/viewtopic. ... ink#p14966

How to do all this with just using access levels and no r (= specify record) and f (=what for to open) parameters?

Please shed a light.

Thank you for your time!

Re: View form without login screen

Posted: Thu Nov 08, 2018 11:04 pm
by admin
Arwen

When you create an Access Level you need to give it a Home Page.
al.PNG
This means any user with this Access Level that logs on using u for Username and p for Password will go directly to that Launch Form.

Meaning h for Homepage and f for Form are redundant.

And as a Launch Form's RecordID is always -1, r for RecordID is also redundant.


Steven