The basic settings for a site created on GetCourse itself are described in the article Integration with GetCourse.
If the site is built in some other constructor, you need to add the GetCourse widget. In this guide, we’ll look at the setup features for this case, using the Tilda constructor as an example.
1. Setting up the widget in GetCourse
In the “Widgets” section, select the desired widget to edit.
All necessary fields, especially the “User field “bothelp_id”, have to be configured in the form settings.
You can read more about these settings in our article Integration with GetCourse.
2. Insert the code
You have to insert the code from our integration into the HTML block. You have to put <script> at the beginning and </script> at the end.
<script> $(document).ready(function(){ var regex = new RegExp('[\\?&]sid=([^&#]+)'); var match = regex.exec(window.location.href); if (match && match.length) { $('.bothelp_id input').val(decodeURIComponent(match[1])); } }); </script>
Save the settings.
3. Settings in Tilda
Copy the embed code from the widget settings. Which code to choose depends on whether the security protocol is enabled on the site.
This code has to be inserted into the HTML block in Tilda.
To display the form in the pop-up, select the “Pop-up” block: “HTML code in the popup”.
4. Setting up integration
Now the ID will be saved in the GetCourse profile.
The main integration settings are described in the article Integration with GetCourse. You need to add the ID transfer process and check the settings in the BotHelp platform.
How to transfer person data to BotHelp from the registration form is described in the article Transferring data from the Tilda registration form.
FAQ
Does the person who fills out the form have to become a person in BotHelp in advance, or is it optional?
If a person came using the registration form and had not previously subscribed to BotHelp, there is no bothelp_id for such a person, thus, it is not transmitted to GetCourse. If the person switches from BotHelp to the payment form, then bothelp_id is transmitted via CUID.
How is bothelp_id transmitted to GetCourse if the person who fills out the form has not yet become a person in BotHelp?
The data about the new person from the registration form is transferred to our platform, so the person may not be a person in BotHelp at first. When you click on the registration button, we collect data from the form (including information about the subscription status).
If you haven’t found the answer to your question, contact us in the chat in your profile or email [email protected]😃
Get 14 days of full functionality of BotHelp, a platform for creating broadcasting, autofunnels, and chatbots.