Plugin Directory

Changeset 882947


Ignore:
Timestamp:
03/27/2014 01:47:03 PM (12 years ago)
Author:
roblesterjr
Message:

tagging version 0.3

Location:
marketo-lead-tracking
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • marketo-lead-tracking/tags/0.3/fieldmap.js

    r882944 r882947  
    4343        jQuery.get(url, function(data) {
    4444            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') {
    4646                alert('There is a form on this page, but it does not POST.');
    4747            } else {
  • marketo-lead-tracking/tags/0.3/marketotracking.php

    r882944 r882947  
    44 * Plugin URI: http://www.rmlsoftwaresolutions.com/wordpress-plugins
    55 * 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.2
     6 * Version: 0.3
    77 * Author: Robert Lester
    88 * Author URI: http://www.rmlsoftwaresolutions.com
  • marketo-lead-tracking/trunk/fieldmap.js

    r882944 r882947  
    4343        jQuery.get(url, function(data) {
    4444            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') {
    4646                alert('There is a form on this page, but it does not POST.');
    4747            } else {
  • marketo-lead-tracking/trunk/marketotracking.php

    r882944 r882947  
    44 * Plugin URI: http://www.rmlsoftwaresolutions.com/wordpress-plugins
    55 * 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.2
     6 * Version: 0.3
    77 * Author: Robert Lester
    88 * Author URI: http://www.rmlsoftwaresolutions.com
Note: See TracChangeset for help on using the changeset viewer.