Multiple pages forms

terminal42/contao-mp_forms
file_download 3507 star 19
This extension allows you to create real forms over multiple pages.
3.0.9
3507
19
LGPL-3.0+
contao-module
---
1566832286
terminal42
Version Freigabe-Notizen und Änderungs-Log
5.2.3 ## What's Changed
* Fix "Back Button Works Only on First Form When Multiple Forms Exist" by @timlg07 in https://github.com/terminal42/contao-mp_forms/pull/95

## New Contributors
* @timlg07 made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/95

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.2.2...5.2.3
5.2.2 ## What's Changed
* Fix incorrect step count in multi-step form by @qzminski in https://github.com/terminal42/contao-mp_forms/pull/92

## New Contributors
* @qzminski made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/92

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.2.1...5.2.2
5.2.1 ## What's Changed
* Fix normalized upload array check by @fritzmg in https://github.com/terminal42/contao-mp_forms/pull/84
* Fix upload files in Contao 4.13 by @zonky2 in https://github.com/terminal42/contao-mp_forms/pull/88
* Fix warning in C4.13 default template nav_default.html5 by @zonky2 in https://github.com/terminal42/contao-mp_forms/pull/87

## New Contributors
* @fritzmg made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/84
* @zonky2 made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/88

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.2.0...5.2.1
5.2.0 ## What's Changed
* Support multiple file upload widgets in form summary step by @Toflar in https://github.com/terminal42/contao-mp_forms/pull/83


**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.1.2...5.2.0
5.1.2 **Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.1.1...5.1.2
5.1.1 **Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.1.0...5.1.1
5.1.0 ## What's Changed
* Update the CI chain by @Toflar in https://github.com/terminal42/contao-mp_forms/pull/78
* Feature/configure download template by @cgoIT in https://github.com/terminal42/contao-mp_forms/pull/77

## New Contributors
* @cgoIT made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/77

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.0.3...5.1.0
5.0.3
5.0.2
5.0.1 ## What's Changed
* Fixed uninitialized properties when no form fields are available by @Toflar in https://github.com/terminal42/contao-mp_forms/pull/68
* Fix default field value by @wiphi in https://github.com/terminal42/contao-mp_forms/pull/69

## New Contributors
* @wiphi made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/69

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.0.0...5.0.1
5.0.0 - This is a complete rewrite from scratch!
- Compatible only with PHP ^8.1 and Contao 4.13 and ^5.0 (and thus also Haste 5)
- Read the `UPGRADE.md` to know how to upgrade!
add Zeige mehr Versionen an
4.4.0 ## What's Changed
* Split session handling into separate class by @aschempp in https://github.com/terminal42/contao-mp_forms/pull/62

## New Contributors
* @aschempp made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/62

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.10...4.4.0
4.3.10 - Fix PHP 8 compatibility

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.9...4.3.10
4.3.9 - Fix PHP 8 compatibility

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.8...4.3.9
4.3.8 - Fix PHP 8 compatibility

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.7...4.3.8
4.3.7 - Fix PHP 8 compatibility

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.6...4.3.7
4.3.6 * Fixed validation of previous steps

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.5...4.3.6
4.3.5
4.3.4
4.3.3 ## What's Changed
* Fix default value of sessionRefParam by @MarkejN in https://github.com/terminal42/contao-mp_forms/pull/59

## New Contributors
* @MarkejN made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/59

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.2...4.3.3
4.3.2
4.3.1 ## What's Changed

- Fix summary with uploads
- Fix session access

**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.0...4.3.1
4.3.0 ## What's Changed

* Uses a `ref` parameter now to allow simultaneous editing in multiple tabs!
* Fixed a few bugs and improved compatibility with the notification center


**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.2.3...4.3.0
4.2.3
4.2.2 * Japanese translation
4.2.1
4.2.0 * Improved validation support (= supporting the password form field now too)
* Supports custom form field templates now

**!!! IMPORTANT !!!**

Because of Contao's naming convention, the template names had to be adjusted. So be sure that when you update to this version, you rename your custom templates like so:

* `form_mp_forms_placeholder` -> `form_mp_form_placeholder`
* `form_mp_forms_page_switch` -> `form_mp_form_page_switch`
* `mod_mp_forms_steps` -> `mod_mp_form_steps`

No major version was released for this as template changes are not part of [Contao's BC promise](https://docs.contao.org/dev/internals/bc-promise/) either.
4.1.0 * Added support for configurable URL fragments
4.0.0 * Compatible only with Contao ^4.4
* Raised minimum PHP version to 7.1
* The last form field does not necessarily have to be a page break form field anymore.
* Introduced new insert tags e.g. to use a value submitted in a previous step as default value on a following page.
* Introduced a new **summary element** which let's you summarize the previous steps (most requested feature!)
* Fixed a few issues.

This is a new **major** release which means it can **break** your configuration! Make sure to properly test your form, layouting etc. before deploying to production!
4.0.0-rc2
4.0.0-rc1
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-rc3
3.0.0-rc2
3.0.0-rc1
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
dev-main
dev-feature/contao-57
v1.0.0
avatar

alnv/contao-mautic-bundle

This extension provides a Mautic integration for Contao CMS.
file_download 82 star 1
Zuletzt aktualisiert vor 7 Jahren
1.1.1

Contao Bootstrap

codefog/contao-bootstrap

The extension for Contao Open Source CMS that provides front end integration with Bootstrap 3.
file_download 2147 star 9
Zuletzt aktualisiert vor 6 Jahren
2.1.5

Bootstrap For Contao Form

contao-bootstrap/form

This extension supports Bootstrap form markup using the form generator.
file_download 15660 star 3
Zuletzt aktualisiert vor 8 Jahren
1.0.1

hofff/contao-contact-profiles

Various form utilities for Contao CMS.
file_download 24 star 0
Zuletzt aktualisiert vor 7 Jahren
3.0.0-rc2

hofff/contao-formtools

Various form utilities for Contao CMS.
file_download 159 star 6
Zuletzt aktualisiert vor 8 Jahren
1.0.1

inspiredminds/contao-austrian-administrative-areas

Contao extension to provide a form field for Austrian administrative areas (e.g. districts and munic...
file_download 20 star 0
Zuletzt aktualisiert vor 6 Jahren
1.3.1

inspiredminds/contao-extended-form-fields

Contao 4 extension to extend some form fields with more options.
file_download 150 star 0
Zuletzt aktualisiert vor 7 Jahren
1.1.0

inspiredminds/contao-fieldset-duplication

Contao extension to allow the duplication of form fieldsets in the front end by the user for additio...
file_download 114 star 5
Zuletzt aktualisiert vor 6 Jahren
1.1.6

netzmacht/contao-form-designer

Contao form designer allows custom form styles
file_download 8539 star 6
Zuletzt aktualisiert vor 7 Jahren
1.0.8

netzmacht/contao-form-helper

Library for supporting customized Contao form rendering
file_download 8256 star 3
Zuletzt aktualisiert vor 10 Jahren
  • person
  • terminal42 gmbh
Packagist
?

Tipp:

Wenn du mit der Maus über die Version fährst, kannst du das Veröffentlichungsdatum anzeigen lassen.