Download the PHP package sixgweb/forms-plugin without Composer

On this page you can find all versions of the php package sixgweb/forms-plugin. 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 forms-plugin

Forms Plugin

The forms plugin utilizes Attributize and Conditions to create custom forms for frontend and backend use.

Installation

Requirements

Marketplace

Add the plugin to your project via the OctoberCMS Marketplace and run the following command in your project root:

Composer

Install via composer by running the following command in your project root:

Forms Controller

The forms area contains all of the forms for your project and provides the following configuration:

Details Tab

Field Description
Is Enabled Enable or disable the form
Name The name of the form
Description The description of the form, shown above the form fields
Confirmation Message The message displayed to the user upon successful entry. Message does not display if form set to redirect after submission

Settings Tab

Field Description
Submission Redirect URL URL to redirect to after submission. Leave blank to show form confirmation message.
Save Entries Save entries to the database
Purge Entries Purge entries saved to the database, after a specified number of days
Purge Days Number of days to keep form entries in database
Throttle Entries Limit the number of Entries Allowed in a given Time Period/Unit
Entries Allowed Number of entries allowed in the given time period
Entry Time Period Time period number to allow number of entries
Entry Time Period Unit Unit of time used for the time period value
Throttle by IP Address Throttle entries by IP address, instead of session ID. If user is logged in, throttling is done by user ID regardless of this setting

Fields Tab

The Attributize fields editor is available, after the form has been created.

Displays the Attributize field editor.

::: tip Automatic Conditions Fields created under the Fields Tab will automatically have a condition created for the current form. :::

Conditions Tab

Displays the form Conditions editor, allowing conditions required to view the form.

Entries Controller

The Entries Controller displays all the form submissions for your website, filterable by Form and/or Creation Date.

Once a form is selected in the Form filter, you will have the corresponding fields available in the List Setup and any fields with the setting Is Filterable added to the filter widget.

Entry Editor

Fields without form conditions will alway be visible. Fields with form conditions will appear/hide based on the selected form value.

Entry Import/Export

Form entries can be exported directly from the list view or via the export behavior. Entries can be imported via the import behavior. Read the Documentation to learn more about OctoberCMS import/export behaviors.

List View Export

Set up your desired list columns and filter values and press the Download Results button to export the current list to a .csv file

Export Behavior

Press the Export button to view the entry exporter. Selecting a Form value in the exporter will update the available columns.

Import Behavior

Press the Import button to view the entry importer. Selecting a Form value in the importer will update the available columns.

Twig Functions

The following functions are provided by the Forms plugin.

entryFieldValuesToHTML(): string

Generates nested HTML from the model's field values.

Parameters

model

Fieldable model. In this case, the Entry model

options
Key Description Default
container Container HTML element. ul
wrapper Element wrapper HTML element. li
label Element wrapper for field name. strong
labelSeparator Separator between field name an value :

All versions of forms-plugin with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ~1.0
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 sixgweb/forms-plugin contains the following files

Loading the files please wait ....