I wanted to know if I could have multiple forms on a single wordpress page?
I wanted to know if I could have multiple forms on a single wordpress page?
Yep, you can embed multiple forms on a single page. If you do, you'll probably want to use the tabindex filter to set the starting tabindex for each form to avoid jumping from form to form when tabbing.
http://www.gravityhelp.com/documentation/page/Gform_tabindex
http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F
thank you so much Kevin!