Skip to content

Commit

Permalink
Item985: Adding documentation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FormPlugin@2367 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
EugenMayer authored and EugenMayer committed Feb 5, 2009
1 parent e65ca18 commit fe69e5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/System/FormPlugin.txt
Expand Up @@ -340,6 +340,20 @@ A !FormPlugin form is first processed before it is sent to its action target. Pr
<div class="foswikiImage"><img src="%ATTACHURLPATH%/form_on_submit_diagram.png" alt="" width='804' height='502' /></div>


---+++ Special arguments for controlling the processing
There are several special arguments which can be used to control the processing of the form data
| *argument name* | *default* | *meaning* |
| fp_noredirct | 0 | By setting true (1) here, the FormPlugin is not going to redirect you after failing validations or %BR% even on successful submits. Please read [[Tasks.Item985]] |
%BR%
Example: This would force the FormPlugin to skip the redirects
<verbatim>
%FORMELEMENT{
name="fp_noredirct"
type="hidden"
default="1"
}%
</verbatim>

---+++ Substitution of field references
This allows to use entered field values as variables. For example:
* A form element has the name "To"
Expand Down

0 comments on commit fe69e5d

Please sign in to comment.