codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
43 stars 24 forks source link

Select InputType options format #102

Closed MartianGreed closed 7 years ago

MartianGreed commented 7 years ago

Hey,

while testing your Form module, i didn't figured out which format i have to place in the addFormField.

currently: [ ['label' => 'a label', 'value' => 'a value'] ]

This is not working and i can't find why !

Thank's for your answer!

MartianGreed commented 7 years ago

I've figure out why.. array_push missuse!