Bruno17

Results 99 comments of Bruno17

sorry, I was trying to remove the !important, but it doesn't work without and I can't spend much time with this styling-stuff.

when I remove the !important, the fields get longer, than the panel.

this is a usecase for the multiple-formtabs feature see for example: https://docs.modx.com/extras/revo/migx/migx.tutorials/migx.varying-layout-boxes/migx.varying-layout-boxes.configurator-version

what are your MIGX - configs?

this looks not complete: ``` [ {"caption":"Title and Link", "fields": [ {"field":"title","caption":"Title"}, {"field":"link","caption":"Link"}, {"field":"description","caption":"Description","inputTVtype":"textarea"} ]}, {"caption":"Image", "fields":[ ```

would you like to show me your complete formtabs?

I would say, this is expected bahaviour. If you have a value in one formtab in a field. The same field in another formtab should have the same value after...

can't you use ``` &tpl=`@FIELD:MIGX_formname` ``` like shown here: https://docs.modx.com/extras/revo/migx/migx.tutorials/migx.varying-layout-boxes

Like written above, the value of a field with the same name has to carried from one formtab to the others, when switching between them. We don't want to loose...