Referral Program is becoming the essential part of your business for marketing of your products or service. Now You can start your Referral Marketing program with Invitereferrals which integrate it with different platform like MailChimp, Google Form. It can also simply integrate with CMS like WordPress, Opencart, Prestashop, CS-cart etc.
This Tutorial Provides you the integration steps for the referral program for Google form which can be run under different alias like refer a friend , invite a friend , refer and earn etc.
Step 0
Step 1
Step 2
Step 3
<link href=’/static/forms/client/css/1292319201-formview_st_ltr.css’ type=’text/css’ rel=’stylesheet’>
<link href =’https://docs.google.com/static/forms/client/css/1292319201-formview_st_ltr.css‘ type=’text/css’ rel=’stylesheet’>
Step 4
You will get the code like this at line no. 294
<form action=”https://docs.google.com/a/tagnpin.com/forms/d/1kwIjhH7ImZIKcGrUNnwmKkSUfISw2KChuLK2kKb81wo/formResponse” method=”POST” id=”ss-form” target=”_self” onsubmit=””>
<form action=”My-submit-page.php” method=”POST” id=”ss-form” target=”_self” onsubmit=””>
Step 5
Step 6
as:
My-submit-page.php
<?php
if(isset($_POST[‘submit’]))
{
$brandid = $_POST[‘entry_1196030779’];
//echo”$brandid”;$name = $_POST[‘entry_1972736941’];
$email = $_POST[‘entry_1487729974’];
}
?>
Step 7
My-submit-page.php
<?php
if(isset($_POST[‘submit’]))
{
$brandid = $_POST[‘entry_1196030779’];
//echo”$brandid”;$name = $_POST[‘entry_1972736941’];
$email = $_POST[‘entry_1487729974’];
}
?>
<body>
<form action=”https://docs.google.com/a/tagnpin.com/forms/d/1kwIjhH7ImZIKcGrUNnwmKkSUfISw2KChuLK2kKb81wo/formResponse” method=”POST” id=”ss-form” target=”_self” onsubmit=””>
Step 8
<input type=”hidden” name=”entry.1196030779″ value=” <?php echo”$brandid”; ?> ” class=”ss-q-short” id=”entry_1196030779” dir=”auto” aria-label=”Brandid ” title=””>
<input type=“hidden” name=”entry.1972736941″ value=”<?php echo”$name”; ?>” class=”ss-q-short” id=”entry_1972736941” dir=”auto” aria-label=”Full Name ” aria-required=”true” required=”” title=””>
<input type=“hidden” name=”entry.1487729974″ value=”<?php echo”$email”; ?>” class=”ss-q-short” id=”entry_1487729974” dir=”auto” aria-label=”Email Address ” aria-required=”true” required=”” title=””>
Step 9
<input type=”hidden” name=”draftResponse” value=”[,,"1064994755172670469"] “>
<input type=”hidden” name=”pageHistory” value=”0″>
<input type=”hidden” name=”fbzx” value=”1064994755172670469″>
Step 10
Now Your final My-submit-page.php
<?php
if(isset($_POST[‘submit’]))
{
$brandid = $_POST[‘entry_1196030779’];
$name = $_POST[‘entry_1972736941’];
$email = $_POST[‘entry_1487729974’];
}?>
<body>
<input type=”hidden” name=”entry.1196030779″ value=” <?php echo”$brandid”; ?> ” class=”ss-q-short” id=”entry_1196030779″ dir=”auto” aria-label=”Brandid ” title=””>
<input type=”hidden” name=”entry.1972736941″ value=” <?php echo”$name”; ?>” class=”ss-q-short” id=”entry_1972736941″ dir=”auto” aria-label=”Full Name ” aria-required=”true” required=”” title=””>
<input type=”hidden” name=”entry.1487729974″ value=” <?php echo”$email”; ?>” class=”ss-q-short” id=”entry_1487729974″ dir=”auto” aria-label=”Email Address ” aria-required=”true” required=”” title=””>
<input type=”hidden” name=”draftResponse” value=”[,,"717384005623682584"]”>
<input type=”hidden” name=”pageHistory” value=”0″>
<input type=”hidden” name=”fbzx” value=”717384005623682584″><div class=”ss-item ss-navigate”><table id=”navigation-table”><tbody><tr><td class=”ss-form-entry goog-inline-block” id=”navigation-buttons” dir=”ltr”>
<!– AUTO SUBMIT JAVASCRIPT CODE –>
<script type=”text/javascript”>
document.getElementById(“ss-form”).submit(); // Here formid is the id of your form
</script></form>
</body>
Step 11
This tutorial is Over
Business marketing might be difficult at times. Common challenges include staying on top of trends,…
The world of business today is highly competitive. Too many choices mean customers can switch…
The affiliate marketing landscape is transforming at an unprecedented rate thanks to the evolution of…
Businesses in the quickly changing digital sector continuously seek efficient strategies to increase their online…
A well-designed Loyalty Program to Drive Customer Engagement can be a powerful tool for increasing…
In today's competitive business landscape, small companies constantly seek innovative ways to acquire new customers…
View Comments
Thanks for sharing this informative news looking for more such
very nice