Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created June 8, 2016 09:56
Show Gist options
  • Save rcerrejon/8bcf90177261d0ab489584c178f3fd57 to your computer and use it in GitHub Desktop.
Save rcerrejon/8bcf90177261d0ab489584c178f3fd57 to your computer and use it in GitHub Desktop.
TYPO3 Form Example
<f:form object="{tx_caddownload_caddownload}" objectName="search" action="showDownloadSearch">
<label for="search">Suchbegriff:</label>
<f:form.textfield property="criteria" type="text" class="form-control" id="cad-search-input" /> z.B.: "SW11 BA MD01" oder "Anschluss"
<f:form.submit value="Suche starten >" />
</f:form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment