Custom Form Updates
Hi there -
I am trying to update a few things on a form with the css that you used to be able to use to update them:
1) The form submit button to be lower.
2) The form submit button to the right not the left.
3) Adding more padding in between fields so the form doesn't look smushed together. This isn't working for the form like it used to:
<style>
div.buttonSubmit input, div.buttonSubmit span {
margin-left: 50px;
}
</style>
Any thoughts?