简体   繁体   中英

Typo3 Search Indexed Engine Html Form

I have Typo3 7.6 . I have Search Indexed engine installed. The page with form inside works.

My question is: How do I generate the form html in other template? I'm using fluid and vhs.

Thanks

I solved the issue.

I have to define the right attributes "extensionName", "pluginName", "controller" on form outside its own template:

<f:form action="search" method="post" id="tx_indexedsearch" noCacheHash="true" extensionName="indexedsearch" pluginName="pi2" controller="Search">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM