Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-10482

Use input type="submit" for form submission

    XMLWordPrintableJSON

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

      Attachments

        Activity

          People

            deepak Deepak Dixit
            deepak Deepak Dixit
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: