Field height and spacing
Is there a way to adjust the height of the fields in the form? Also, is there a way to adjust the vertical spacing in between fields?
Thanks,
Wes
Thanks,
Wes
The input height can be altered by adding some addition code to your forms html head section.
The vertical spacing can be adjusted within the app. IF it's still not close enough then you'll need to add some override code. If you publish your form and share it I'm sure we can help you out.
<style>
<!--
input{
height:5px;
}
-->
</style>
<!--
input{
height:5px;
}
-->
</style>
The vertical spacing can be adjusted within the app. IF it's still not close enough then you'll need to add some override code. If you publish your form and share it I'm sure we can help you out.

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 for your quick response!
Hello. I tried using the CSS you suggested and it didn't change. The height of the form fields are still the same. Any other suggestions? Thanks.
Can you share a link to the form that you tired it on?
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
Place this just above the </head> tag on your actual form that the form builder generates.
http://newmarketdesign.com/brandie/gues … -form.html
http://newmarketdesign.com/brandie/gues … -form.html
<style>
<!--
#docContainer .fb-input-box input {
height:25px;
}
-->
</style>
<!--
#docContainer .fb-input-box input {
height:25px;
}
-->
</style>
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. I'll give that a try.
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.