Fill out the below form to create a new Desyn account:
{ "type": "txt", "vdtn": "required|max_length[20]", "maxl": 20, "fk_label": "first name", "label": "First Name" }
{ "type": "txt", "vdtn": "required|max_length[30]", "maxl": 30, "fk_label": "second name", "label": "Last Name" }
{ "type": "email", "vdtn": "required|valid_email|callback", "label": "Email" }
{ "type": "pass", "vdtn": "required|matches[pass_cnfrm]|callback2|max_length[16]", "vdtn_msg": "You must choose a valid password. See the help box that appears when you click the password field for guidance.", "reqd_create_only": 1, "confirm": 1, "maxl": 16, "proxy": 1, "help": "Passwords must:<\/p>
Passwords must:<\/p>
Done