How will I be able to have a completely custom layout for my referral form?

If you are looking for a full page referral form, would like to have different sequence for the form fields, or prefer to have entirely different layout for your referral form then simply use custom template for that form. While creating HTML markup for this form, you just have to follow the following specifications to make sure you are able to pass information in format that we understand

  1. Have a field (typically a textarea) with id and name as receipientAddressesString for email information of referral recipients.

  2. Make calls (typically as an onclick handler from a link or image) to NextBee.Referral.importContacts function with parameter 0, 1, and 2 respectively to import contacts from Yahoo, Hotmail, and Gmail respectively.

  3. Include input fields with firstName, lastName, and email as id and name to collect information about the referrer

  4. Finally, include information about referral message in input fields with id and name as referralMessage and referralMessageSubject.

Please note, all these fields are required in your form submission but that does not mean you have to collect this information from users or these fields have to be visible on the form. You can use hidden fields with these ids and names and populate field values with your own logic (or have default values for the fields)

Looking for a Referral or a Loyalty Program?
NextBee has robust and feature rich platform
We guarantee your ROI
No long term contract to sign
Hassle free zero cost IT setup

Related Topics