Last active
August 4, 2021 11:11
-
-
Save PetraMotz/2c8df84f94d99dfa4dacd48dabe5e923 to your computer and use it in GitHub Desktop.
Typo3 Fluid Form #fluid #form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form method="post" action="{$searchPath}" role="search"> | |
| <input id="searchInput" class="tx_kesearch_pi1 sword" name="tx_kesearch_pi1[sword]" type="text" placeholder="{$keyword}"> | |
| <input type="submit" value="Ok" class="searchFieldSubmit"> | |
| </form> | |
| {f:uri.page(pageUid:item.extLink)} <----bei action wenn auf die id einer internen Seite verlinkt wird | |
| <form class="footer-nlform pt-5 pt-lg-45" action="{f:uri.typolink(parameter:'{field.nllink}')}" method="get"> | |
| <div class="footer-row d-sm-flex align-items-center"> | |
| <div class="footer-nlform-input pb-1 pb-sm-0"><input type="email" class="footer-nlinput" placeholder="{field.placeholder}"></div> | |
| <div class="footer-nlform-submit"> | |
| <button type="submit" class="w-100 btn-primary"> | |
| <span class="d-none d-sm-inline"><i class="fal fa-chevron-right"></i></span> | |
| <span class="d-sm-none">{field.nlbutton}</span> | |
| </button> | |
| </div> | |
| </div> | |
| </form> | |
| data-url="{f:uri.action(action: 'moreResults', pageUid: 173)} <---------------- link für Ajax route |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment