You are not logged in.
Pages: 1
This plugin answers an old question – again – from the forum: Passing variables through txp:output_form.
It works like <txp:output_form />, plus sets variables to pass to the displayed form, then clears them unless you specify not to.
The displayed form can retrieve parameters in the standard <txp:variable /> tag.
Syntax: can be used as a single or container tag (i.e. supports <txp:yield />):
<txp:cbe_output_form
form="form_name"
[clearparams="{ 0 | 1 }" param_1="value1" param2="value_2" ... param_n="value_n"]>
... contained statements ...
</txp:cbe_output_form>
—
Changelog:
Offline
Wow, this is extremely nice, Claire. I have wished for this many, many times. Thank you.
Last edited by maruchan (2012-06-03 20:59:28)
Offline
Pages: 1