Forum OpenACS Q&A: Re: template::form::set_property needed!

Collapse
Posted by Dave Bauer on
Aha.

Ok here is another option. Store the requesting URL in the form as a hidden element. Then after processing the form, ad_returnredirect to the return_url.

Like this:

set return_url [ad_return_url]

Then add return_url as a hidden form element.