Skip to content

Instantly share code, notes, and snippets.

@scriptmediala
Last active August 29, 2015 14:27
Show Gist options
  • Save scriptmediala/b17651d735f471cb42d4 to your computer and use it in GitHub Desktop.
Save scriptmediala/b17651d735f471cb42d4 to your computer and use it in GitHub Desktop.
RTS SCS Form

"Small Claims Court Ultimate Guide" Popup Box


Copy and Paste the script before the CLOSING tag

<script type="text/javascript">var calldripwidgetid = "7478";var calldripapikey = "e9aa1c35a65e17c3946d37a2998f7627da4660701a8f3"; var calldripuserid = 719;</script><script defer type="text/javascript" src="https://calldrip.colynk.com/wapi/basepopup.js"></script>

Place this popup link somewhere after the phone number near the top of the page.

<a href="#" onclick="showCalldripPopup();return false;">Get Help With Your Claim or Dispute Today!</a>

Function Name Description showCalldripPopupWithTimer (numMilliseconds) Displays the popup after the amount of milliseconds passed into the function showCalldripPopup ( ) Instantly displays the popup hideCalldripPopup ( ) Instantly hides the popup

Thank You Page

Infusionsoft Forms


Right Sidebar Form

  • The form is linked to an api that is very sensative to the element and input names and ID's, so try to simply insert the form as is... I tried it in the dom, it should be great with a div attribute.
<form accept-charset="UTF-8" action="https://zi261.infusionsoft.com/app/form/process/72b69cd2eae432aadef1c10776d3a678" class="infusion-form" method="POST"><input name="inf_form_xid" type="hidden" value="50ce6e8722f533e146c79add0bba942e"> <input name="inf_form_name" type="hidden" value="Express Landing Page Form"><br>
<input name="infusionsoft_version" type="hidden" value="1.44.0.47">
<div class="form-group"><input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" placeholder="First Name*" type="text"></div>

<div class="form-group"><input class="infusion-field-input-container" id="inf_field_LastName" name="inf_field_LastName" placeholder="Last Name*" type="text"></div>

<div class="form-group"><input class="infusion-field-input-container" id="inf_field_Phone1" name="inf_field_Phone1" placeholder="Phone*" type="text"></div>

<div class="form-group"><input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" placeholder="Email*" type="text"></div>

<div class="form-group"><label for="inf_custom_ServiceSelect">Please Select an Option *</label> <select id="inf_custom_ServiceSelect" name="inf_custom_ServiceSelect"><option value="">Please select one</option><option value="I want to file a new claim.">I want to file a new claim.</option><option value="Done filing need additional help.">Done filing need additional help.</option><option value="Done with trail tracking payments.">Done with trail tracking payments.</option><option value="I'm calling for a consultation">I'm calling for a consultation</option></select></div>

<div class="infusion-field"><span class="infusion-option"><input checked="checked" id="inf_option_ReceiveGuidesandSpecialsviaEmail" name="inf_option_ReceiveGuidesandSpecialsviaEmail" type="checkbox" value="265"> <label for="inf_option_ReceiveGuidesandSpecialsviaEmail">Receive Guides and Specials via Email?</label> </span></div>

<div class="infusion-submit"><input type="submit" value="Submit"></div>
</form>
<script type="text/javascript" src="https://zi261.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=96f1c1b0f0e2dde61affcac0d3b76b7c"></script>

Popup Form URL & Thank You Page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment