examples/help/en/hlp_form.txt
changeset 121 75a7d595817c
equal deleted inserted replaced
120:1be9411caf31 121:75a7d595817c
       
     1 
       
     2  /form [form_id [send | reject | [set | add] fieldname [value]]]
       
     3 
       
     4 (lua command)
       
     5 Without arguments prints form list.
       
     6 With bare form id prints info on that form.
       
     7 When setting multivalue field, new values are added, not replacing previous.
       
     8 Without value unsets field, multivalue fields lose all of their values.
       
     9 Add command allows to append field to form end.
       
    10 Note, that form-specific default type will be used.