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
10 ?>
11 <html>
12 <head>
13 </head>
14 <body>
15 <form id="token_form" method="GET" action="<?= $block->escapeUrl($block->getTransactionUrl()) ?>">
16  <input type="hidden" name="SECURETOKEN" value="<?= $block->escapeHtml($block->getSecureToken()) ?>"/>
17  <input type="hidden" name="SECURETOKENID" value="<?= $block->escapeHtml($block->getSecureTokenId()) ?>"/>
18  <input type="hidden" name="MODE" value="<?= /* @noEscape */ $block->isTestMode() ? 'TEST' : 'LIVE' ?>"/>
19 </form>
20 <script>
21  document.getElementById('token_form').submit();
22 </script>
23 </body>
24 </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