How can I wrap area of few fields with my own HTML. I'd like to create a bootstrap col-md layouts. currently every area has it's non-removable classes (append/override doesn't help) which makes the CF7 layouts look almost the same.
I've added an HTML like this and after that I want to place few fields.
Tried adding {view:field_select_13} but then I need to remove the original field somehow (but not css hide of course)
I've added an HTML like this and after that I want to place few fields.
Tried adding {view:field_select_13} but then I need to remove the original field somehow (but not css hide of course)
<div id="content">
<div class="content-wrap">
<div class="container">
<div class="row">
<div class="col-md-4">
...