Two submit buttons on one form? [RESOLVED]

How would I add a submit button to the top of a form (so that it’s in addition to the submit button at the bottom of the form, not in place of it)?

Thanks,
Scott

You could try adding a style to the button. Maybe position absolute:

https://www.w3schools.com/css/tryit.asp?filename=trycss_zindex

Sorry misunderstood. If you want to add another one, you probably could with JavaScript’s innerHTML.

It occurs to me that perhaps I could just add an html field at the top of the form and place a submit button there… are there any potential problems with GF in doing this?

It’s always with a try! Let me know how it goes!

It seems to work fine… I’m not aware of any problems having been created by doing this.

2 Likes