Support

Home Forums Event Espresso Premium Registration Form Styling

Registration Form Styling

Posted: July 14, 2014 at 3:27 pm

Viewing 5 reply threads


Alexander Müller

July 14, 2014 at 3:27 pm

hey!

I’ve some problems with styling the form on the registration page. Basically the problem is, that I want to use longer checkbox-names, for example “Yes, I want to receive the Newsletter!”. The checkbox-labeling has the same class as the “normal” form-labels, so their pretty narrow. You can see the problem here: http://www.alexander-mueller.at/amfweb/event-registration/?ee=3 at the “Newsletter” field.

I’ve to admit I worked pretty dirty around in the CSS file – but I’m using My Custom CSS, so I hope I’m on the safe side 😉

I hope you can help me with my CSS problem.

Thanks a lot and br,
Alex!


Jonathan Wilson

July 14, 2014 at 3:46 pm

Hi Alex,

You could try adding something like this to your My Custom CSS plugin.

/* Increase width of checkbox titles. */
.ee-reg-page-questions.checkbox-lbl {
	width: 100%;
}

You can adjust the width as needed.


Alexander Müller

July 14, 2014 at 3:54 pm

Hey Jonathan,

perfect – worked like a charm 🙂

Just one more thing: is it possible to override the way, the form handles “,” in the field? Because I’ve two options that I’ve to separate with a “,” – unfortunately those are two sentences in which a “,” should be places. Is there maybe a code or something so “save” the commas?

Thanks again!


Lorenzo Orlando Caum

  • Support Staff

July 14, 2014 at 5:04 pm

Hi,

What is the translation for the sentences that you are trying to enter?


Lorenzo


Alexander Müller

July 14, 2014 at 5:15 pm

Hi!

No it’s not about the translation, it’s about the comma! If you add a checkbox, you have to separate the different possible options with a comma (“,”) – I want to write for example “Yes, I want to register for the Newsletter!” and there’s the problem: the comma between “yes” and “I” is interpreted as a separator for 2 checkbox-options.

I hope you understand what I mean 😉

Thanks again!
br,
a.


Lorenzo Orlando Caum

  • Support Staff

July 14, 2014 at 5:51 pm

Hi,

It interprets values separated by a comma as different values. Try this:

Yes! I want to register for the Newsletter, next value

Then save changes.


Lorenzo

Viewing 5 reply threads

The support post ‘Registration Form Styling’ 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