Choose form to load from dropdown

Greetings:

I have multiple forms, but I want to use one page and just have a drop down so the user selects the forms to load and fill out? Also, I don’t want all forms to just select ones? I assume there is some php way of doing this, but not sure how to call it? Using Wordpress.

The page is a nomination form for multple events so I don’t want to have different pages for each form, just one page and load the form based on the chosen event.

Thanks.

A Gravity Forms form needs to be embedded in a WordPress page or post (or widget) for it to render. Therefore, you can’t necessarily ‘load’ a form based on the drop down selection.

You could create a drop down of specific pages on your site, and when a selection is made, redirect the visitor with JavaScript to that page on change of the select. Would that option work for you?