RegistrationFieldType

From Gvp-public
Revision as of 10:54, 2 June 2014 by Id02256 (talk | contribs) (Created page with "{{Api_Enum_Spec| Description=Enumeration that represents the list of field types that can be presented in the user registration form. |Values= {{{!}} border="2" style="width:800...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


See also