====== Recruit Application Example ====== You will need a form on a page on your public website to allow your visitors to enter the required fields and also allow them to enter the optional fields if you want to store extra information. Specify method=POST in the form tag. In the "action" parameter of the form tag, fill in the URL of your channelsuite install followed by "/API/Recruit/", for example: action="http://yourChannelsuiteURL>/API/Recruit/" When the user clicks on save, the form will be posted to the channelsuite server. In the following example, we allow for a prospective partner to enter all the information they want to provide.
*
*
*
*
*
*