Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

English
The Password Field is standard HTML Input to capture user input, but disguise each character with an asterisk (*) instead of displaying the entered digits. They offer a user on-screen privacy while he or she is entering a password.

Get Started

The easiest way to see how the Password Field works is to create a new app. Here are the steps:

  1. Start the Joget Server and open the App Center.

  2. Log in as admin and click on the Design New App button. (see Figure 1)
    Image Removed
     Image Added
    Figure 1

  3. Select Create A Blank App and fill up the App Details as follows and click Save (see Figure 2):
      1. App ID: tutorial
      2. App Name: Tutorial

     
    Figure 2

  4. You will be directed to the App Composer. Click on the Create New Form button and fill up the Form Details as follows (see Figure 3):
    1. Form ID: passwordField
    2. Form Name: Password Field
    3. Table Name: tutorial

     
    Figure 3

  5. Click on Save and you will be directed to theForm Builder.

  6. Drag and drop a Password Field element on to the canvas.

  7. Click on Preview, key in any value in the Password field and it will be automatically masked (see Figure 4).

      
    Figure 4

...