Hello,
I have landing page made with pure css lib. And would like to submit form using webix Ajax functions.
So
- Form header changed to
<form data-view="htmlform" data-id="form" class="pure-form pure-form-stacked">
- Script added
<script type="text/javascript">
webix.ready(function(){ webix.markup.init(); });
}
</script>
The problem is that webix changes form’s css.
Is it possible to connect webix to html form without changing form’s style?