2017 © Pedro Peláez
 

typo3-cms-extension ribaseforms

todo

image

ribase/ribaseforms

todo

  • Thursday, July 6, 2017
  • by ribase
  • Repository
  • 1 Watchers
  • 0 Stars
  • 272 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

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., (*1)

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., (*2)

In the next section you will get a kickstart to use it in a simple way., (*3)

Quickstart

Composer install

$ composer require ribase/ribaseforms:2.* && composer update

Please note that minimum Version should be 2.*, (*4)

Manual install

No Support!, (*5)

Activate in TYPO3

With TYPO3 console

$ cd to/your/webroot ; ./typo3cms extension:activate ribase_forms

Without TYPO3 console

$ cd to/your/webroot ; ./typo3/cli_dispatch.phpsh extbase extension:install ribase_forms

In Extension Manager

No Support!, (*6)

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, (*7)

alt text, (*8)

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., (*9)

alt text, (*10)

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, (*11)

alt text, (*12)

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, (*13)

Placeholder usage in replymails

How do they work?

Credits

Sebastian Thadewald, (*14)

Issues?

Click here to drop an issue!, (*15)

Donate

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

Donate TYPO3, (*17)

The Versions

06/07 2017

dev-old-dev

dev-old-dev

todo

  Sources   Download

GPL-2.0+

typo3 cms wondrousforms

05/07 2017

dev-master

9999999-dev

todo

  Sources   Download

GPL-2.0+

The Requires

 

typo3 cms ribaseforms

05/07 2017

2.0.0

2.0.0.0

todo

  Sources   Download

GPL-2.0+

The Requires

 

typo3 cms ribaseforms