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.
Code: Select all
http://nufbc.mydomain.org/productionnu2/nubuilder.php?x=1&f=14e03d856b2f40&r=-1&dir=db/mySample&ses=14e091918da3f3
Is this the correct button to use for what I am trying to achieve?
When the user has entered the data and presses Save & Close, the data is saved nicely, but the user is redirected to a blank address.
I tried putting some code in the After Save section of the Edit Code but i dont think this is the right place for it.
How can I make nuBuilder load another page on my site (outside nuBuilder) after Save & Close is pressed?