Skip to content

Instantly share code, notes, and snippets.

@scriptmediala
Last active August 29, 2015 14:27
Show Gist options
  • Save scriptmediala/bf1ba221975cb8cdf49e to your computer and use it in GitHub Desktop.
Save scriptmediala/bf1ba221975cb8cdf49e to your computer and use it in GitHub Desktop.
SC Infusionsoft Forms
<form accept-charset="UTF-8" action="https://zi261.infusionsoft.com/app/form/process/df69403c6a0e4a9e77ae71179b4c99f3" class="infusion-form" method="POST">
<input name="inf_form_xid" type="hidden" value="df69403c6a0e4a9e77ae71179b4c99f3" />
<input name="inf_form_name" type="hidden" value="L7 Form" />
<input name="infusionsoft_version" type="hidden" value="1.44.0.49" />
<div class="infusion-field">
<label for="inf_field_FirstName">First Name *</label>
<input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text" />
</div>
<div class="infusion-field">
<label for="inf_field_LastName">Last Name *</label>
<input class="infusion-field-input-container" id="inf_field_LastName" name="inf_field_LastName" type="text" />
</div>
<div class="infusion-field">
<label for="inf_field_Phone1">Phone *</label>
<input class="infusion-field-input-container" id="inf_field_Phone1" name="inf_field_Phone1" type="text" />
</div>
<div class="infusion-field">
<label for="inf_field_Email">Email *</label>
<input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text" />
</div>
<div class="infusion-field">
<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="321" />
<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>
<form accept-charset="UTF-8" action="https://zi261.infusionsoft.com/app/form/process/0dac7ef79400d40fedb97f347ac4b49d" class="infusion-form" method="POST">
<input name="inf_form_xid" type="hidden" value="0dac7ef79400d40fedb97f347ac4b49d" />
<input name="inf_form_name" type="hidden" value="Facebook-CA" />
<input name="infusionsoft_version" type="hidden" value="1.44.0.50" />
<div class="infusion-field">
<label for="inf_field_FirstName">First Name *</label>
<input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text">
</div>
<div class="infusion-field">
<label for="inf_field_LastName">Last Name *</label>
<input class="infusion-field-input-container" id="inf_field_LastName" name="inf_field_LastName" type="text">
</div>
<div class="infusion-field">
<label for="inf_field_Phone1">Phone *</label>
<input class="infusion-field-input-container" id="inf_field_Phone1" name="inf_field_Phone1" type="text">
</div>
<div class="infusion-field">
<label for="inf_field_Email">Email *</label>
<input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text">
</div>
<div class="infusion-field">
<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="321">
<label for="inf_option_ReceiveGuidesandSpecialsviaEmail">Receive Guides and Specials via Email?</label>
</span>
</div>
<table>
<tbody><tr>
<td>
<input name="ip" type="hidden" value="64.60.67.250">
<input type="hidden" name="random" value="s4l5crpp6c71ysh8ierynday2wak7n2pielkw11s">
</td>
</tr>
<tr>
<td>
The CAPTCHA password:
</td>
<td>
<input name="password" size="6">
</td>
</tr>
<tr>
<td colspan="2">
<a href="http://captchas.net"><img style="border: none; vertical-align: bottom" id="captchas.net" src="http://image.captchas.net/?client=smallclaims&amp;random=s4l5crpp6c71ysh8ierynday2wak7n2pielkw11s&amp;alphabet=abcdefghkmnopqrstuvwxyz&amp;color=000088" width="240" height="80" alt="The Captcha image"></a>
<script type="text/javascript">
<!--
function captchas_image_reload (imgId)
{
var image_url = document.getElementById(imgId).src;
image_url+= "&";
document.getElementById(imgId).src = image_url;
}
function captchas_image_error (image)
{
if (!image.timeout) return true;
image.src = image.src.replace (/^http:\/\/image\.captchas\.net/,
'http://image.backup.captchas.net');
return captchas_image_loaded (image);
}
function captchas_image_loaded (image)
{
if (!image.timeout) return true;
window.clearTimeout (image.timeout);
image.timeout = false;
return true;
}
var image = document.getElementById ('captchas.net');
image.onerror = function() {return captchas_image_error (image);};
image.onload = function() {return captchas_image_loaded (image);};
image.timeout
= window.setTimeout(
"captchas_image_error (document.getElementById ('captchas.net'))",
10000);
image.src = image.src;
//-->
</script> <a href="javascript:captchas_image_reload('captchas.net')">Reload Image</a>
</td>
</tr>
</tbody></table>
<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>
Hello ~Contact.FirstName~,
It's ~Owner.FirstName~ with ~Company.Company~. I tried to contact you regarding the consultation you requested for a small claims court issue. If you still would like to chat, feel free to reach out again so we can schedule a better time. If I don't hear from you before then, I’ll try again in a few days.
If you have any questions before that, just email me at ~Contact.Email~ or call me at ~Contact.Phone1~.
Have a great day,
~Owner.FirstName~ ~Owner.LastName~
~Owner.Phone1~
<form accept-charset="UTF-8" id="oform2" action="https://zi261.infusionsoft.com/app/form/process/72b69cd2eae432aadef1c10776d3a678" class="infusion-form" method="POST" onsubmit="return submitForm();">
<input name="inf_form_xid" type="hidden" value="72b69cd2eae432aadef1c10776d3a678">
<input name="inf_form_name" type="hidden" value="L7 Form">
<input name="infusionsoft_version" type="hidden" value="1.44.0.49">
<div class="infusion-field">
<label for="inf_field_FirstName">First Name *</label>
<input class="infusion-field-input-container" id="inf_field_FirstName" name="inf_field_FirstName" type="text">
</div>
<div class="infusion-field">
<label for="inf_field_LastName">Last Name *</label>
<input class="infusion-field-input-container" id="inf_field_LastName" name="inf_field_LastName" type="text">
</div>
<div class="infusion-field">
<label for="inf_field_Phone1">Phone *</label>
<input class="infusion-field-input-container" id="inf_field_Phone1" name="inf_field_Phone1" type="text">
</div>
<div class="infusion-field">
<label for="inf_field_Email">Email *</label>
<input class="infusion-field-input-container" id="inf_field_Email" name="inf_field_Email" type="text">
</div>
<div class="infusion-field">
<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="321">
<label for="inf_option_ReceiveGuidesandSpecialsviaEmail">Receive Guides and Specials via Email?</label>
</span>
</div>
<table>
<tbody><tr>
<td>
<input name="ip" type="hidden" value="64.60.67.250">
<input type="hidden" name="random" value="s4l5crpp6c71ysh8ierynday2wak7n2pielkw11s">
</td>
</tr>
<tr>
<td>
The CAPTCHA password:
</td>
<td>
<input name="password" size="6">
</td>
</tr>
<tr>
<td colspan="2">
<a href="http://captchas.net"><img style="border: none; vertical-align: bottom" id="captchas.net" src="http://image.captchas.net/?client=smallclaims&amp;random=s4l5crpp6c71ysh8ierynday2wak7n2pielkw11s&amp;alphabet=abcdefghkmnopqrstuvwxyz&amp;color=000088" width="240" height="80" alt="The Captcha image"></a>
<script type="text/javascript">
<!--
function captchas_image_reload (imgId)
{
var image_url = document.getElementById(imgId).src;
image_url+= "&";
document.getElementById(imgId).src = image_url;
}
function captchas_image_error (image)
{
if (!image.timeout) return true;
image.src = image.src.replace (/^http:\/\/image\.captchas\.net/,
'http://image.backup.captchas.net');
return captchas_image_loaded (image);
}
function captchas_image_loaded (image)
{
if (!image.timeout) return true;
window.clearTimeout (image.timeout);
image.timeout = false;
return true;
}
var image = document.getElementById ('captchas.net');
image.onerror = function() {return captchas_image_error (image);};
image.onload = function() {return captchas_image_loaded (image);};
image.timeout
= window.setTimeout(
"captchas_image_error (document.getElementById ('captchas.net'))",
10000);
image.src = image.src;
//-->
</script> <a href="javascript:captchas_image_reload('captchas.net')">Reload Image</a>
</td>
</tr>
</tbody></table>
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment