How to create custom "express_form" template
Permalink
I need this markup
I dont find any new thread about this issue.
This code render the block:
<form class="uk-form uk-form-stacked"> <div class="uk-form-row"> <label class="uk-form-label" for="">...</label> <div class="uk-form-controls">...</div> </div> </form>
I dont find any new thread about this issue.
This code render the block:
print $renderer->render($expressForm);
BUT DONT FIND ANYWHERE THIS classes?......