Skip to content

Instantly share code, notes, and snippets.

@davidcroda
Created July 8, 2014 13:43
Show Gist options
  • Save davidcroda/4ef5ccf07890dae8719e to your computer and use it in GitHub Desktop.
Save davidcroda/4ef5ccf07890dae8719e to your computer and use it in GitHub Desktop.
<?php if($listing['guest_card_id']) {
// ***** GUEST CARDS *****
// add Guest Card button styles below. Just make sure the <a> tag has a class of showContactUs
// ***********************
?>
<script type="text/javascript">
jQuery.contactUsOptions.pingUrl = "https://corsa.dynamicleadsolutions.com/onsite_firstlink.asp";
</script>
<script language="JavaScript" type="text/javascript" src="https://www.on-site.com/extras/js_corsaManagementPrequalify.js"></script>
<li><a href="#" class="showContactUs">Apply Online</a></li>
<?php } else { ?>
<li><a href="<?php echo $apply_online; ?>" target="_blank">Apply Online</a></li>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment