Subversion Repositories SmartDukaan

Rev

Rev 31813 | Blame | Compare with Previous | Last modification | View Log | RSS feed

 
<html>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
        integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
        crossorigin="anonymous"></script>

<body>

   <form role="form" name="myform" id ="digifyForm"   enctype="multipart/form-data" method = "POST" action="https://buyback.thedigify.com/retailer/api/login">
    <input type="hidden" name="mobile_no" value="$digifyRetailer.getMobile()"  />
     <input type="hidden" name="password" value="$digifyRetailer.getPassword()"  />
      </form>
   
 </body>
 
  <script>
                $(document).ready(function() {
                 $("#digifyForm").get(0).submit();
                })
  </script>
 
 </html>