Or perhaps a payment option as Norman does as an alternative
Originally posted by RuralWeb
$(function() {
//// autoforward to payment provider
// make sure we are on the psp bounce page
if(document.formOCC) {
// hide all of the page content so it looks like a quick redirect (not foolproof)
$('div').hide();
// for google analytics
//__utmLinkPost(document.formOCC);
// and submit the page
document.formOCC.submit();
}
});
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:NEXTBUTTON">
<input type=IMAGE name=ACTION_NEXT src="order_0.gif">
<input type="hidden" value="' + next_button_name + '" name="ACTION" />
<input type="hidden" value="' + next_button_name + '" name="ACTION" />
// append the "next>" action to the form so the perl scripts handle it correctly
$form.append('<input type="hidden" value="' + next_button_name + '" name="ACTION" />');
$('input[@name="ACTION_NEXT"]').click();
Most people who don't mind giving a link will certainly choose to do so if it saves them paying £20, so it's not like by giving a payment option you are cutting off your linking strategy
Comment