How to add checkbox group

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 0 reply threads
  • Author
    Posts
    • #86819
      PATselov
      Participant

      How to add checkbox group additional fields during registration?
      If I add for example an html field with this code:

      <div>    
          Red: <input id="chkRed" name="chkRed" type="checkbox" value="red" class="checkbox">
          Blue: <input id="chkBlue" name="chkBlue" type="checkbox" value="blue" class="checkbox">
          Green: <input id="chkGreen" name="chkGreen" type="checkbox" value="green" class="checkbox">
      </div>

      These items do not work, namely, you cannot change the value of them.

Viewing 0 reply threads
  • The topic ‘How to add checkbox group’ is closed to new replies.