How to add form container inline mode

How to add form container inline mode

diospogidiospogi Posts: 1Questions: 1Answers: 0

I use the formvalidation.io. You need a form container.

Original

<div class="DTE DTE_Inline">   ....  </div>

I need (inline mode):

<form id="ident"><div class="DTE DTE_Inline">   ....  </div></form>

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    Hi,

    I'm afraid there is no option for that at the moment with Editor. It focuses on server-side validation of the data, since the data has to be validated there anyway.

    Allan

This discussion has been closed.