Access without login - Save & Close - load another address
Posted: Tue Jun 28, 2011 3:06 am
I would like to allow users without a login to my nuBuilder site to complete an edit form for a new record, save the data, and be redirected out of my nuBuilder site to another address.
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.
On ths form the only button I have available is SAVE & CLOSE.
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?
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?