Access without login - lookup object not working
Posted: Wed Aug 24, 2011 3:36 am
By setting "Access without login" to YES on my form I can use an address like below to access an edit form to allow someone without a password to enter a new record.
Is this the correct web address format to access a new record edit page like this?
The edit form being used above has some lookup objects. The "Form to Lookup" referenced in the lookup object also has "Access without login" set to YES.
When the user presses on the lookup to access the list, the page that loads says, "you have been logged out.."
How is it possible to use a lookup object from an edit form that has been accessed without login?
Code: Select all
http://nufbc.mydomain.org/productionnu2/nubuilder.php?x=1&f=14e03d856b2f40&r=-1&dir=db/mySample
The edit form being used above has some lookup objects. The "Form to Lookup" referenced in the lookup object also has "Access without login" set to YES.
When the user presses on the lookup to access the list, the page that loads says, "you have been logged out.."
How is it possible to use a lookup object from an edit form that has been accessed without login?