Skip to main content
May 29, 2014
Question

Checkboxes on Forms 2.0 with text block underneath

  • May 29, 2014
  • 8 replies
  • 3131 views
I am having the hardest time getting my form to look the way I want.

First, why are there only Left and Above options for where you want the label position to go? I want my fields to the RIGHT of my checkbox options (not every single field). 

Second, I want to insert a text box under each subscription checkbox with a description.  I am no CSS wizard so I'm not sure what kind of magic I can insert to make this happen.  Anyone have some code i can copy/paste?

Third, I want to vent my frustration with Marketo links that don't work anymore. "An Error Occurred Processing Your Request" page is the bane of my Marketo Community existence.  
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

8 replies

May 29, 2014

Hi Michelle,

1) Custom CSS

2) Just use Rich Text?


3) Yes it's a problem with some links, but when you report it I think they get fixed.

Best regards
 

Steffen

May 29, 2014
Thanks Steffen - I don't know what kind of custom CSS to use to get the checkbox to show on the left.. thus my whole dilemma. Do you know what code I can use?
May 29, 2014
Hi Michelle,
what should it look like?
Because I just had a look and this version is also possible using "Checkboxes", there is a field "Buttons on the left" or anything like that:



Best regards

Steffen
May 29, 2014
Yes I tried that already. It doesn't do anything. I also don't know why there are two options for "Checkbox" and "Checkboxes" with no real difference other than "Label to the right" (which doesn't do anything).
Ideally I'd like it to look like this:

May 29, 2014
Hi Michelle,
Checkbox: 1 Checkbox
Checkboxes: Multiple Checkboxes

Maybe other users have an idea or code to implement what you want there.

Best regards

Steffen
Dory_Viscoglio
Level 10
May 30, 2014
Hi Michelle,

We have the following code on our landing page template:

label[for=fieldname] { 
	float:right!important;
	margin-left: 10px!important;
	width:316px!important;	
}

Where fieldname is the Marketo field name (you can get this from field management). This results in the checkbox moving to the left, and the label being on the right.

May 30, 2014
Thanks Dory - are you using this code on the custom CSS in Forms 2.0? I tried using it like that but didn't do anything to the form.. 
February 9, 2016

Was there any resolution to your question? I tried the CSS @Dory Viscogliosi​ provided and wasn't able to see a difference. I'd love it if there was an easy way to do this!

SanfordWhiteman
Level 10
February 9, 2016

Are you looking for Michelle's first question or second?

April 4, 2016

Were you able to find a quick fix for this? Having the same issue, would like to have check boxes on the left side as well. Also noticed the check box inputs do not display correctly on mobile devices - looks like a blank input, which you can't do anything to.

SanfordWhiteman
Level 10
April 4, 2016

Were you able to find a quick fix for this?

Follow my link above.

Were you able to find a quick fix for this? Having the same issue, would like to have check boxes on the left side as well. Also noticed the check box inputs do not display correctly on mobile devices - looks like a blank input, which you can't do anything to.

I don't see this at all.  Did you try to restyle the form somehow?  Have a screenshot?