Hi, is possible show the send button in line with other fields?
Thanks!
Hi, is possible show the send button in line with other fields?
Thanks!
Yes, you'll need to use some CSS moxy to reposition the button. It's in a separate container element (div) than the form fields so you may have to absolutely position the button/container or position it relative to your other fields.
you can get a visual on the layout here
http://www.gravityhelp.com/resources/cssguide/css_guide.html
and some samples of how to properly target the elements for CSS manipulation here
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
Ok, Thanks