Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
form.phtml
Go to the documentation of this file.
1 <?php
13 ?>
14 <html>
15 <head>
16 </head>
17 <body>
18 <form id="token_form" method="POST" action="<?= $block->escapeUrl($block->getTransactionUrl()) ?>">
19  <input type="hidden" name="SECURETOKEN" value="<?= $block->escapeHtml($block->getSecureToken()) ?>"/>
20  <input type="hidden" name="SECURETOKENID" value="<?= $block->escapeHtml($block->getSecureTokenId()) ?>"/>
21  <input type="hidden" name="MODE" value="<?= /* @noEscape */ $block->isTestMode() ? 'TEST' : 'LIVE' ?>"/>
22 </form>
23 <script>
24  document.getElementById('token_form').submit();
25 </script>
26 </body>
27 </html>
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition: block.php:9
jquery extjs ext tree mage adminhtml form
Definition: tree.phtml:41