Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terminal42/contao-form_control

There's a way to adjust the templating of your form fields now
https://github.com/terminal42/contao-form_control

Last synced: 23 days ago
JSON representation

There's a way to adjust the templating of your form fields now

Awesome Lists containing this project

README

        

# form_control

Gives you full control over the way the Contao core form fields are being rendered.
After installation you can choose a template in every form field and adjust it to your needs.

## Helper methods
To display the available variables in the template use the following method within your form_control_*``template:

```php
dumpFormControlVars(); ?>
```

## Dependencies

This module requires at least PHP 5.4!