Question

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();
Was it helpful?

Solution

You need to use this method to set your custom layout

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top