Jump to content
  • 0

How To Create Checkboxes With Universal Module?


Question

Posted

So I created a module option for the universal module that lets me set the domain a user wants.  Now I'm trying to create a checkbox so I can tell if the user wants email set up for their domain as well.

 

I have all the fields set to how I want it and also have the "Values" field set to "yes|Yes" (w/o quotes) since there's only one option for the user to choose.  However, it doesn't seem to want to render on my order form.  The label is there but the form item isn't.

1 answer to this question

Recommended Posts

  • 0
Posted

Sounds like the issue is your value "yes|Yes". Per the documentation, the value should be set to "yes:Yes". If you had more than one checkbox, you would use the pipe character (|) as the delimeter, e.g. "yes:Yes|no:No".

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...