HTML Form render >>. Still outputs afc- css
-
I thought and was hoping that the form option ‘HTML Form render’ would stop any other html from rendering so I could start clean but it still outputs html like this:
<div class="acf-label">...</div> <div class="acf-input">..</div>How can I start completely clean so every automated html is gone?
I ask this because I want to include Uikit’s html like this:
<div> <label class="uk-form-label">Text</label> <div class="uk-form-controls"> <input class="uk-input" type="text" placeholder="Some text..."> </div> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘HTML Form render >>. Still outputs afc- css’ is closed to new replies.