Checkboxes -- Two or Three Columns -...
Web Form Builder 2.5 Build 5437
Checkboxes -- Two or Three Columns
It seems that selecting Layout style of Two Columns or Three Columns results in the same outcome. The Three Columns setting displays well on screen but at export it outputs in Two Columns.
Can anyone else check and verify this?
Is there any manual tweak that would force the Checkboxes to display in Three Columns?
Daniel
Checkboxes -- Two or Three Columns
It seems that selecting Layout style of Two Columns or Three Columns results in the same outcome. The Three Columns setting displays well on screen but at export it outputs in Two Columns.
Can anyone else check and verify this?
Is there any manual tweak that would force the Checkboxes to display in Three Columns?
Daniel
Hi Daniel,
Can you share a link to your published form so we can see the issue? There's probably something else on the page causing it.
Can you share a link to your published form so we can see the issue? There's probably something else on the page causing it.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks Eric,
I would be delighted if you can spot something!
Here is a link to the published form:
http://www.playrightmusicltd.com/Piano-Lessons-Dublin/Introduction-to-Piano-Application-Form.html
I would be delighted if you can spot something!
Here is a link to the published form:
http://www.playrightmusicltd.com/Piano-Lessons-Dublin/Introduction-to-Piano-Application-Form.html
It's your page setup and what the form is in because it looks fine here.
http://www.playrightmusicltd.com/Piano- … oForm.html
Line 8 of lander01.css
Increase your width.
http://www.playrightmusicltd.com/Piano- … oForm.html
Line 8 of lander01.css
Increase your width.
#container {
margin: 0 auto;
width: 760px;
}
margin: 0 auto;
width: 760px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi Eric,
Changing the pixel width of the #container in the CSS makes a difference.
I found if I change it from 760px to 805px, the Checkbox displays as three columns.
But I do not know why...
In the Web Form Builder form settings the max width is set to 760.
The form is 100%
However, the Checkbox width is merely 75% (= 570 pixels)
Why does the container have to be so much wider than the 760px?
Thanks for your help and insight Eric.
Changing the pixel width of the #container in the CSS makes a difference.
I found if I change it from 760px to 805px, the Checkbox displays as three columns.

But I do not know why...
In the Web Form Builder form settings the max width is set to 760.
The form is 100%
However, the Checkbox width is merely 75% (= 570 pixels)
Why does the container have to be so much wider than the 760px?
Thanks for your help and insight Eric.
Line 29 margin
#content {
border-bottom: 1px solid rgb(204, 204, 204);
margin: 0 18px;
}
border-bottom: 1px solid rgb(204, 204, 204);
margin: 0 18px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thank you! *blush*

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.