adambg Posted May 9, 2009 Share Posted May 9, 2009 Hi, Some TPL files has the following line: <input type="hidden" name="submit" value="true" /> The name of this HTML tag overrides the form's submit function so you cannot use the javascript's OnSubmit event, or even call the submit manually like this: document.form.submit(); I found this on 3 TPL files, maybe there are more...: clientareaaddcontact.tpl clientareacontacts.tpl clientareacreditcard.tpl I suggest renaming that input tag to something other than "submit". Thank you! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.