Download the PHP package frappant/frp-form-answers without Composer

On this page you can find all versions of the php package frappant/frp-form-answers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package frp-form-answers


Documentation

Save submitted forms answers from the core extension forms made simple.

Saves submitted form answers in the database on the same pid where the form is inserted. Gives possibility to export the data as xsl, xml or csv.

How it works

This extension adds a new finisher to the Module "Forms". By adding this finisher the extension saves all submitted forms into the pid where the form is displayed. A new module is added where all the submitts from a given pid are displayed - if there are subpages with saved forms, the pages are displayed.

There is a fast export on top of the list view where you can select either all or all new forms (not exported yet). An configurable export can be reached by changing the view to "Export".

Screenshots





Installation

Through TER or with composer (typo3-ter/frp-form-answers).

Integration

Simply install the extension and add the finisher to a form.

Signals

There is a signal included in the finisher, after filling up the values in an array. It gives you the array so you can modify or add several fields, like IP address, Client information, time stamps or other information.

The fields are inserted by the identifier each field has from the form extension. The data structure looks like this:

array[ 'value' => $value, 'conf' => array[ 'label' => $label, 'inputType' => $inputType ] ]

$value The value of the field. Values with several options are comma-separatet

$label Label of the field - will be used in detail view in the backend

$inputType Inputtype of the field, as configured in Module Forms. EXT:forms includes some hidden/bnous fields like fieldsets and a honeypot, we need the inputType to separate them in export.

Contributing

Bug reports

Bug reports are welcome through GitHub.

Please submit with your issue the debug log.

Pull request

Pull request are welcome through GitHub.

Please note that pull requests to the master branch will be ignored. Please pull to the develop branch.

Changelog

:1.2.0: Several Bugfixes, Mail notification as cronjob :1.1.0: Several Bugfixes, better overview of subpages with formAnswers, labels translated. Added possibility to add a separate uid-list for each form (submit_uid) -> option set in extension settings. :1.0.0: First release


All versions of frp-form-answers with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4
phpoffice/phpspreadsheet Version ^1.22
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package frappant/frp-form-answers contains the following files

Loading the files please wait ....