In CamBuildr, Fields represent a convenient method for storing individual's data. For fundamental values, CamBuildr already provides an array of field options. Certain fields are designed to only accept values in specific formats to maintain data integrity. This becomes important when integrating your CamBuildr with other tools or when uploading data.
Value in Cambuildr | Valid Format | Field Name |
Valid Email Adresse | ||
Frist Name | Text | firstname |
Last Name | Text | lastname |
Gender | m for male | gender |
Phone Number | Text | phone |
Adress | Text | address |
City | Text | city |
ZIP | Number | zip |
County | Valid two characters ISO Code (AT, DE, ...) | country_alpha2 |
Birth Date | DD.MM.YYYY or YYYY-MM-DD | birthdate |
Action Context | Text | context |
Action Value | Number | value |
Action Tags | tag1, tag2, tag3, β¦ | tags |
Action: Disclaimer Text | Text | disclaimer_text |
Action: Disclaimer Accepted | Boolean (true/false) | disclaimer_accepted |
In addition to the Core Values, you have the flexibility to create your own custom Fields. For these fields, you're able to establish personalized validation rules within the settings.