1 Reply Latest reply on May 12, 2016 10:12 PM by abhisheksit2004

    jBPM6.4.0 HTML Tasks Forms

    abhisheksit2004

      Hello Experts,

       

      I have created a human task form using 'MarkUp Editor' in HTML.

       

      I have added one text field and one button for which the HTML code looks like below.

       

      <form action="complete" method="POST" enctype="multipart/form-data">

        <!-- add form content here -->

        <div class="id1"><label for="txt">Name:</label><input type="text" name="name" id="name"/></div>

        <div class="id2"><input name="Submit" type="submit" value="Complete" id="sb" /></div>

      </form>

       

      Once, I click on 'Complete' button, I am getting the below exception.

       

      'HTTP method POST is not supported by this URL'.

       

      Please suggest ASAP.

       

      Regards,

      Abhishek