Learn about various text input fields in Formora, including single line text, paragraph, email, password, phone, and URL fields, and their specific properties.
Single Line Text (type: text)
properties
object for fields supports regex or custom validation rules (refer to advanced field properties).Example: Single Line Text field for 'Full Name'
Paragraph Input (type: textarea)
Example: Paragraph Input field for 'Your Comments'
Email (type: email)
name@domain.com
structure.Example: Email field with placeholder
Password (type: password)
Example: Password field showing masked input
Phone Number (type: tel)
(999) 999-9999
to guide user input. This might be part of the general properties
for the field.Example: Phone Number field
URL/Website (type: url)
http://
or https://
).http://
if missing.Example: URL/Website field