Search code examples
formsinternet-explorerjoomla

Form Submission does not work in Internet Explorer - Joomla


I have seen some similar questions to mine , but most of them have some code related issue that prevents them from work... In my vase the form submit works well in safari, chrome , firefox But in the internet explorer version i click the submit button and it doesn't do anything. Initially i thought it might be a networking problem , or maybe an html problem ? But it doesn't make sense to detect a click and not do the action.

What could possible be the problem ? since the difference between browsers is basically the way they read the html right ?

I'm interested in learning more about this issue !

Thanks in advance !!!


Solution

  • Fixed the problem by changing the <button> </button> tag to an <input type="submit"> maybe that's not a propper solution but it worked for me !!

    Hope it helps someone!!