RegistrationFieldType
Jump to navigation
Jump to search
Enumeration that represents the list of field types that can be presented in the user registration form.
Values
| Value | Name | Details |
|---|---|---|
| 0 | Unknown | |
| 1 | Text | Single-line text field |
| 2 | Password | Single-line text field, hidden input string |
| 3 | SingleSelection | Single-Selection value (Radio, Dropdown) |
| 4 | Checkbox | Checkbox selection |
| 5 | Date | Date in UnixTimestamp(seconds) |
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial method design | Harley Cabral |