Project

General

Profile

Actions

Support #3156

closed

Form Element: Confirmation Input fuer 'email' / 'password' / '...'.

Added by Benjamin Baer about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Carsten Rose
Target version:
-
Start date:
06.02.2017
Due date:
10.02.2017
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

One element that duplicates itself and checks if both values entered are the same.

Second label could start with Retype. As in: Retype email, Retype password, Retype phonenumber ...

Nice to have: Instant validation after leaving the retype field. Corresponding error message (email doesn't match, usw.)

Should block form submission.

Actions #1

Updated by Benjamin Baer about 7 years ago

  • Subject changed from Neues Form Element: confirm email / password / etc. to New Form Element: confirm email / password / etc.
Actions #2

Updated by Carsten Rose about 7 years ago

  • Due date set to 10.02.2017
  • Start date changed from 03.02.2017 to 06.02.2017
Actions #3

Updated by Carsten Rose about 7 years ago

  • Subject changed from New Form Element: confirm email / password / etc. to Form Element: Confirmation Input fuer 'email' / 'password' / '...'.
  • Assignee set to Carsten Rose
  • In einem HTML Form Element kann das/die Attribute 'retype=1', 'retypeLabel=<some text>', 'retypeNote=<some text>' gesetzt werden.
  • Ist 'retype=1' gesetzt, wird das aktuelle Formelement durch QFQ zweimal gerendert. Das zweite mal mit dem Namen '<name>RETYPE'.
  • Das zweite Element bekommt zusaetzlich das Attribut 'data-match=<HTML id erstes Element>' - In QFQ werden die Form Elemente mit 'name' gerendert (sie haben keine id), hat RO folgende Schreibweise vorgeschlagen:
    data-match="[name=password\:1]"
    - Das wird scheinbar nativ von JQuery verstanden.
  • Sind die beiden Elemente unterschiedlich gibt es eine Fehlermeldung und 'submit' ist nicht moeglich.
Actions #4

Updated by Carsten Rose about 7 years ago

  • Status changed from New to Closed
  • Priority changed from High to Normal

Ist in v0.11 umgesetzt.

Actions

Also available in: Atom PDF