Configuration File
Custom Configuration File
<script type="text/javascript">
window.RH_MFxxxxxxxxx_Config = {
defaults: {
form_container_id: "maitre-widget", // The ID of the div where the form will appear.
sharing_screen_container_id: "maitre-sharing", // The ID of the div for the sharing screen.
default_url: "http://referralhero.com", // The URL for creating referral links.
source: "Twitter", // The marketing channel attribution.
email: "john@smith.com", // Default value for the email field.
name: "John Smith", // Default value for the name field.
extra_field: "USA", // Default value for the extra_field field.
extra_field_2: "+1 123456789" // Default value for the second extra_field field.
},Key Points
Last updated