Template:2012FR/Form-section/Processing/Default: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 111: | Line 111: | ||
addAnalytics(); |
addAnalytics(); |
||
console.log(form.action); |
|||
if (validateForm( |
if (validateForm(form)) { |
||
form.method = "POST"; |
|||
form.submit(); |
|||
OWATracker.shareStateByPost( document.paypalcontribution ); |
|||
} |
|||
document.paypalcontribution.submit(); |
|||
} |
} |
||
} |
} |
Revision as of 15:35, 17 October 2013