mabiesen / html_form_management

Project to manage submission of forms. Good for repetitive use occasions such as mass configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program layout

Provide the user options:

  • open an old form from the database

      warn user of js limitations
      warn user of input values
    
    options
      * alter form nickname
      * alter form input values and nicknames
          provide warning of js limitations
      * alter form input nicknames
      * submit form
      * Store form
      * create script for many pages
         * script will read from user provided css file, template provided to user
    
  • get new forms from url

      list forms by number + name
    
      option to view forms
          * can discard
          * can alter inputs
              * set values
              * set nicknames
          * can set nicknames
          * can store form
          * can submit form
          * create script for many pages
            * script will read from user provided css file, template provided to user
    

ALL HTML Form elements

Defines an HTML form for user input

Defines an input control

<textarea> Defines a multiline input control (text area) Defines a label for an element Groups related elements in a form Defines a caption for a element Defines a drop-down list Defines a group of related options in a drop-down list Defines an option in a drop-down list Defines a clickable button Specifies a list of pre-defined options for input controls Defines the result of a calculation ## HTML form entry elements Defines an input control -- NOTE: many types <textarea> Defines a multiline input control (text area) Defines a drop-down list -- NOTE: uses options

About

Project to manage submission of forms. Good for repetitive use occasions such as mass configuration.


Languages

Language:Python 100.0%