2

in agile toolkit we only can change the form style but is it possible to change the form body and it's structure? I want to change HTML...

something like this:

$form->htmlsource();
webelizer
  • 418
  • 2
  • 11

1 Answers1

1

You need to use this method to set your custom layout

https://github.com/atk4/atk4/blob/master/lib/Form/Basic.php#L413

Vadym
  • 749
  • 3
  • 15