Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
As per current implementation following pattern is used to submit a form
<a href="javascript:document.getElementById('<formId>').submit();" >.......</a>
or
<a href='javascript:document.<formName>.submit();>..........</a>
Instead, we can use input type="submit" if submit button is inside the form, at some places we need to still use javascript pattern to submit the form as we have a button outside the form