How to create custom "express_form" template

Permalink
I need this markup
<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);

siton
 
siton replied on at Permalink Reply
siton
Someone?.......I see in the markup this:
<fieldset class="ccm-express-form-field-set">
<div class="form-group">


BUT DONT FIND ANYWHERE THIS classes?......