Skip to content
Snippets Groups Projects
user avatar
enured authored
B13677 Implemented variable to get required new from form and set status of formelement preview button correctly.
7e961fa1
History

pipeline status

QFQ: Quick Form Query - Typo3 Extbase Extension

Version: see extension/ext_emconf.php

Download

Get from here: https://qfq.io/download

  • release - Stable
  • nightly - Development version(1)
  • snapshot - Current, development version(1)

(1) To install the extension, the name of an uploaded ZIP file has to follow rules:

  • <ext>.zip or
  • <ext><major>.<minor>[.<micro>][<something>].zip

Documentation

Latest stable version under https://qfq.io/doc

Local: See the documentation provided with the extension inside Typo3 /typo3conf/ext/qfq/Documentation/html/Index.html

If you get a 'Page forbidden / not found' there might be restrictions imposed by the webserver. E.g. the Typo3 example of .htaccess in the Typo3 installation folder will forbid access to any extension documentation (which is a good idea on a productive server). On a development server you can activate the documentation. .htaccess:

  production:   RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|Documentation|docs?)/ - [F]
  development:  RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|docs?)/ - [F]