How would I change the default acknowledgement response shown in the widget?

If you are looking to add an additional message besides the default “Thank you message” such as giving out coupon to user for sharing referral then you can go "Edit Terms" page of your setup flow and add your custom message that is shown in addition to the default message.

If you want to replace NextBee's default message or change style/color of the message content then please implement a JavaScript function named renderCustomSuccessResponse and include it directly in your acknowledgement template (if you are using custom templates) or load this as part custom JavaScript file that you can load in your widgets. This function will be passed in the default response you get from our servers. You can post-process the standard response, the way you want before rendering it in a specific way. We will invoke your overriding handler only if there was no error in processing the request so you do not have to worry about the error condition.

Here is one sample that renders different text.

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