hi i have no idea how to use button javascript plugin in forms.

i would like to use them but i need a standard form behaviur like name
and var submission when a post is submitted.

for example use button as checkbox need this

<div class="btn-group" data-toggle="buttons-checkbox">
  <button class="btn">Left</button>
  <button class="btn">Middle</button>
  <button class="btn">Right</button>
</div>

but, what data are submitted on form submission?

in this way none.

should i have to add name and value to make them work?

Reply via email to