diff -r 1be9411caf31 -r 75a7d595817c examples/help/en/hlp_form.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/help/en/hlp_form.txt Sun May 20 06:24:53 2012 +0300 @@ -0,0 +1,10 @@ + + /form [form_id [send | reject | [set | add] fieldname [value]]] + +(lua command) +Without arguments prints form list. +With bare form id prints info on that form. +When setting multivalue field, new values are added, not replacing previous. +Without value unsets field, multivalue fields lose all of their values. +Add command allows to append field to form end. +Note, that form-specific default type will be used.