Forum OpenACS Development: Re: Form-builder display/edit modes

Collapse
Posted by Lars Pind on
Tilmann,

I've implemented your suggestion now:

Added -cancel_url and -cancel_label switches to form::create.

If you supply cancel_url but no cancel_label, the default of "Cancel" will be used. (That should be internationalized, I know).

So now the form builder can handle the cancel button for you automatically.

/Lars