Download the PHP package ribase/ribaseforms without Composer

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

Ribase Forms

The death of Formhandler

At this point we got a big problem because Formhandler was not fully usable and with TYPO3 7.6.5 it was impossible to use. (They changed the flexform handling) So at this point we got two options left, settle to powermail or build something own.

Building this extension

At this point of "we have to decide now" i started to develop a simple formextension with fluid. The first release is more or less nothing where you can customize your inputs, they came directly from ready build up fluidtemplates. But as time goes on a while there were more needs to cover up with this extension so the decision was to implement a backend to build up custom forms.

In the next section you will get a kickstart to use it in a simple way.

Quickstart

Composer install

Please note that minimum Version should be 2.*

Manual install

No Support!

Activate in TYPO3

With TYPO3 console

Without TYPO3 console

In Extension Manager

No Support!

Plugin usage

  1. Add new CE (content element)
  2. Go to Plugins
  3. Choose "Ribase Form Display"

Create input elements

Input Textfield

As you can see below there is an Input Textfield

alt text

Field Description
Name The name is used for an identification of this field later in mailtext placeholders.
Label A label for the frontend display
Placeholder Sets a placeholder to the field
Inputtype In some cases you need something else than a "text", maybe for a telephone input you can use a tel field or for an email field you can use an email type.
Required Makes the field required

Input Textarea

As you can see below there is an Input Textarea.

alt text

Field Description
Name The name is used for an identification of this field later in mailtext placeholders.
Label A label for the frontend display
Placeholder Sets a placeholder to the field
Required Makes the field required

Radiobutton

As you can see below there is an Input Textfield

alt text

Field Description
Name With radiobuttons we got a little special behaviour. In first the name is used for grouping the radiobuttons. The other usage is - if you read carefully - for placeholders in mailtexts later. placeholders.
Label A label for the frontend display
Required Makes the field required

Advanced usage

@todo

Placeholder usage in replymails

How do they work?

Credits

Sebastian Thadewald

Issues?

Click here to drop an issue!

Donate

If you like it, donate! But not to me, donate it TYPO3, without extension wont exist!

Donate TYPO3


All versions of ribaseforms with dependencies

PHP Build Version
Package Version
Requires fluidtypo3/vhs Version *
php Version >=5.5.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 ribase/ribaseforms contains the following files

Loading the files please wait ....