[
{
"type": "text",
"required": false,
"label": "Όνομα",
"description": "Παρακαλώ γράψετε το όνομα σας",
"placeholder": "Το όνομα σας..",
"className": "form-control",
"name": "text-Name",
"access": false,
"subtype": "text",
"maxlength": 255
},
{
"type": "text",
"required": false,
"label": "Επώνυμο",
"description": "Παρακαλώ γράψετε το επώνυμο σας",
"placeholder": "Το επώνυμο σας..",
"className": "form-control",
"name": "text-Surname",
"access": false,
"subtype": "text",
"maxlength": 355
},
{
"type": "text",
"subtype": "email",
"required": true,
"label": "Διεύθυνση ηλεκτρ. ταχυδρομείου",
"description": "Παρακαλώ γράψετε την διεύθυνση ηλεκτρ. ταχυδρομείου",
"placeholder": "Η διεύθυνση ηλεκτρ. ταχυδρομίου..",
"className": "form-control",
"name": "text-Email",
"access": false,
"subtype": "email",
"maxlength": 555
},
{
"type": "text",
"subtype": "tel",
"required": false,
"label": "Αριθμός Τηλεφώνου",
"description": "Παρακαλώ γράψετε τον αριθμό τηλεφώνου σας",
"placeholder": "Ο αριθμός τηλεφώνου..",
"className": "form-control",
"name": "text-Phone",
"access": false,
"maxlength": 95
},
{
"type": "text",
"required": false,
"label": "Θέμα",
"description": "Παρακαλώ γράψετε το θέμα αυτού του μηνύματος",
"placeholder": "Τίτλος μηνύματος..",
"className": "form-control",
"name": "text-Subject",
"access": false,
"subtype": "text",
"maxlength": 355
},
{
"type": "textarea",
"required": true,
"label": "Μήνυμα",
"description": "Παρακαλώ γράψετε το μήνυμα σας",
"placeholder": "Το μήνυμα σας..",
"className": "form-control",
"name": "textarea-Message",
"access": false,
"subtype": "textarea",
"maxlength": 4096,
"rows": 10
}
]