I'd like the option to add a border around the form to make it stand out more.
I'd like the option to add a border around the form to make it stand out more.
You can easily do this with CSS. You don't need an option to pull it off. You would add this to the end of your theme's style.css file
body .gform_wrapper {border:1px solid red}
there are more examples of how to style form elements here.
http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/
Thanks Kevin : )