Formatting
The FormElements have also the option to save formatted values instead of the original value. These values then can be used in all savings methods. You can select a formatting type:
String
- convert the value to a stringNumber
- convert the value to a numberJoin
- join the value (array) to a stringTrim
- remove starting or trailing spaces
Last updated on