nats_smarty_rebuild_form
Removes parameters from a form.
Alias: rebuild_form
Parameters
(Required parameters in bold)
Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
without
|
Parameter to remove from the rebuilt form
|
Any possible parameter
|
None.
|
without="my_parameter"
|
using
|
What HTTP or PHP request type to use
|
REQUEST, GET, or POST
|
REQUEST
|
using="GET"
|
assign
|
Store output in this variable
|
Any valid Smarty variable name
|
See output section below
|
assign="my_var"
|
Output
A rebuilt form.
Notes
None.
See Also