Example form

  • The form has embedded javascript functions to populate dropdowns
  • Download on your PC and unzip
  • Remove unnecessary fields
  • The form should work as is, without need for a server

Important

Phone number is REQUIRED. If you want to hide it, use hidden field with preset value:

<input type="hidden" id="PhoneNumber" name="PhoneNumber" value="0000" />

Download

Lead registration API example CURL example

curl -X POST \
  https://<your_client_area>/RegistrationAPI/Register \
  -F UserName=test@gnuhost.eu \
  -F FirstName=camilo \
  -F LastName=lastnamesky \
  -F PortalID=1 \
  -F LanguageCode=EN \
  -F CountryCode=BV

Returned lead data are base64 encoded

faq/support/crm/api/registration/example_form.txt · Last modified: 2019/05/17 09:38 by gnuhost
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0