added free text input with security measures
This commit is contained in:
@ -43,6 +43,17 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"id": "q3b",
|
||||
"_comment": "Freitext-Eingabe (einzeilig oder mehrzeilig). maxLength und hint sind optional. Eingaben werden gegen SQL-Injection-Muster gefiltert.",
|
||||
"layout": "free_text",
|
||||
"question": "other_accommodation",
|
||||
"hint": "enter_text_to_continue",
|
||||
"maxLength": 500,
|
||||
"multiline": true
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"id": "q4",
|
||||
"_comment": "Frage mit Spinner zur Auswahl des Datums",
|
||||
|
||||
Reference in New Issue
Block a user