JSFiddle - React, Tailwind, and code Playground

by Abhimanyu Kumar Vatsa

HTML

<form id="PostForm" name="PostForm" action="https://test.payu.in/_payment" method="POST">
        <input type="hidden" name="service_provider" value="payu_paisa">
        <input type="hidden" name="amount" value="1400"><input type="hidden" name="firstname" value="Abhimanyu Kumar">
        <input type="hidden" name="txnid" value="405464f1be3b3552893f">
        <input type="hidden" name="phone" value="7654456432">
        <input type="hidden" name="hash" value="32940b978d8b7553d86634169d5536657d1dd5fb4650f2be3f6c49ca2ed87016">
        <input type="hidden" name="productinfo" value="productinfo">
        <input type="hidden" name="curl" value="http://traveisfun.in/buses/Success.aspx">
        <input type="hidden" name="email" value="[email protected]">
        <input type="hidden" name="key" value="JBZaLc">
        <input type="hidden" name="furl" value="http://travelisfun.in/buses/Failed.aspx">
        <input type="hidden" name="surl" value="http://traveisfun.in/buses/Success.aspx">
    </form>

JavaScript

var vPostForm=document.PostForm;vPostForm.submit();