The Text Field is the fundamental data input element within Fulcrum. Known for its versatility, it allows users to enter a wide range of information during data collection.
Supported Data Types
Text fields provide high flexibility by accepting the following inputs:
Alphanumeric Characters: Users can enter letters and numbers.
Special Characters: The field supports symbols such as &, %, and #.
Line Breaks: Text fields accept new lines for longer entries.
You can enable pattern validation using regular expressions to ensure data follows a specific format.
Key Benefits
Flexibility: This field serves as a "catch-all" for data that does not fit into specific categories like photos or locations.
Validation: Regular expressions help maintain data integrity by forcing specific input patterns.

