Changeset 882947
- Timestamp:
- 03/27/2014 01:47:03 PM (12 years ago)
- Location:
- marketo-lead-tracking
- Files:
-
- 2 edited
- 4 copied
-
tags/0.3 (copied) (copied from marketo-lead-tracking/trunk)
-
tags/0.3/fieldmap.js (copied) (copied from marketo-lead-tracking/trunk/fieldmap.js) (1 diff)
-
tags/0.3/marketotracking.php (copied) (copied from marketo-lead-tracking/trunk/marketotracking.php) (1 diff)
-
tags/0.3/readme.txt (copied) (copied from marketo-lead-tracking/trunk/readme.txt)
-
trunk/fieldmap.js (modified) (1 diff)
-
trunk/marketotracking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
marketo-lead-tracking/tags/0.3/fieldmap.js
r882944 r882947 43 43 jQuery.get(url, function(data) { 44 44 var obj = jQuery(data); 45 if (obj.find('form').attr('method') != 'POST' ) {45 if (obj.find('form').attr('method') != 'POST' && obj.find('form').attr('method') != 'post') { 46 46 alert('There is a form on this page, but it does not POST.'); 47 47 } else { -
marketo-lead-tracking/tags/0.3/marketotracking.php
r882944 r882947 4 4 * Plugin URI: http://www.rmlsoftwaresolutions.com/wordpress-plugins 5 5 * Description: Attaches Marketo tracking code to website. Lets you map any form field to a specific field in marketo, including custom fields. NOTE: This is not a forms plugin. You use it in conjunction with your existing forms solution, or you can also use it with custom forms. 6 * Version: 0. 26 * Version: 0.3 7 7 * Author: Robert Lester 8 8 * Author URI: http://www.rmlsoftwaresolutions.com -
marketo-lead-tracking/trunk/fieldmap.js
r882944 r882947 43 43 jQuery.get(url, function(data) { 44 44 var obj = jQuery(data); 45 if (obj.find('form').attr('method') != 'POST' ) {45 if (obj.find('form').attr('method') != 'POST' && obj.find('form').attr('method') != 'post') { 46 46 alert('There is a form on this page, but it does not POST.'); 47 47 } else { -
marketo-lead-tracking/trunk/marketotracking.php
r882944 r882947 4 4 * Plugin URI: http://www.rmlsoftwaresolutions.com/wordpress-plugins 5 5 * Description: Attaches Marketo tracking code to website. Lets you map any form field to a specific field in marketo, including custom fields. NOTE: This is not a forms plugin. You use it in conjunction with your existing forms solution, or you can also use it with custom forms. 6 * Version: 0. 26 * Version: 0.3 7 7 * Author: Robert Lester 8 8 * Author URI: http://www.rmlsoftwaresolutions.com
Note: See TracChangeset
for help on using the changeset viewer.