Support

Home Forums Event Espresso Premium Two column checkbox questions on Registration Form

Two column checkbox questions on Registration Form

Posted: February 12, 2018 at 1:36 pm

Viewing 2 reply threads


Rogue Birder

February 12, 2018 at 1:36 pm

I have added a question group to my registration form and would like to have two question groups appear side by side. For example:

Saturday Morning Field Trips (Select a 1st and 2nd choice)
First Choice
– option 1
– option 2
– option 3

Second Choice
– option 1
– option 2
– option 3

But I would like the second choice options to appear next to the first choice options. I assume it would just need to be a separate question group, and then placed in a table on the registration page somehow. I’m hoping you can offer some guidance.

Here is a link to the event. http://ohiobirds.org/events/warblers-wildflowers-weekend/

As you may see on the registration page, I have not yet added the “second choice” options for each day, so currently each set of daily options only appears once on the page.


Josh

  • Support Staff

February 12, 2018 at 4:23 pm

Hi there,

I can advise to use some CSS to change the layout, but only for screens wide enough to fit the two columns into that space. Here’s a CSS example:

@media only screen and (min-width: 1280px) {
#ee-reg-form-qstn-grp-field-trips-5a819582c1da9213016712 > div {
display: inline-block;
float:left;
width: 47%;
margin-bottom: 2em;
}
}

You can add the above CSS via the Theme Customizer’s Additional CSS panel.


Rogue Birder

February 12, 2018 at 4:42 pm

Thank you, Josh. That should do the trick.

Viewing 2 reply threads

The support post ‘Two column checkbox questions on Registration Form’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso