Apparently all the payment mods are locked down and we have no access to template code for them, eh ?
I would simply like to add autocomplete="off" so browsers, most all modern ones i think, will NOT store or attempt to autofill or auto guess your credit card number field or CSC field !!!
Seems like an easy fix to me for the coders to make the edit and push fresh payment mods.
Otherwise can one of you sharp tools tell me how to implement this guys javascript as in spoon feed me the exact javascript chunk that would work on the payment info page ?
http://blog.primalskill.com/2007/10/...ml-input-tags/
I gave it few shots with CARDNUM as the variable but either it just won't work or I'm missing proper syntax somehow.
<input type="text" name="CARDNUM" size=16 value = "">
I would simply like to add autocomplete="off" so browsers, most all modern ones i think, will NOT store or attempt to autofill or auto guess your credit card number field or CSC field !!!
Seems like an easy fix to me for the coders to make the edit and push fresh payment mods.
Otherwise can one of you sharp tools tell me how to implement this guys javascript as in spoon feed me the exact javascript chunk that would work on the payment info page ?
http://blog.primalskill.com/2007/10/...ml-input-tags/
I gave it few shots with CARDNUM as the variable but either it just won't work or I'm missing proper syntax somehow.
<input type="text" name="CARDNUM" size=16 value = "">
Comment