Extended Monitoring Guide

  • Docs Home
  • Community Home

5. Forms

  • submit *[<n>]* - Click the nth submit button, if given; otherwise, submit via the last submission button clicked. If nothing is clicked, then use the first submit button on the form. See the section titled Details on Form Handling for more information.

  • formvalue <formnum> <fieldname> <value> - Set the given field in the given form to the given value. For read-only form widgets and controls, the click may be recorded for use by submit, but the value is not changed unless the config command has changed the default behavior. See config and the section titled "Details on Form Handling" for more information on the formvalue command.

    For list widgets, you can use one of the following commands to select or de-select a particular value. To select a value, enter the command in this format:

    formvalue <formnum> <fieldname> +value

    To de-select a value:

    formvalue <formnum> <fieldname> -value
  • fv - Abbreviation for the formvalue command.

  • formaction <formnum> <action> - Change the form action URL to the given URL.

  • fa - abbreviation for the fa command.

  • formclear - Clear all values in the form.

  • formfile <formspec> <fieldspec> <filename> [ <content_type> ]* - attach a file to a file upload button by filename.