Storing forms in the CMS and displaying when a user selects from a dropdown

Hey,

I am building a site where I need to utilise the CMS for a contact page. Users select an option from the dropdown and when they choose, the page content updates with the corresponding content. I have got this up and running but only with a rich text element. This is fine for the static pages, but for some of the options in the drop-down, there need to be form elements.

Am I taking the right approach by utilising the CMS and templated pages? It’s been perfect so far, but I just haven’t been able to figure out how to include forms within the content.

NOTE - I cannot provide a read only link for this. If you have any questions, please ask and let me know. If anybody can point me in the right direction, it would be great!

As I cant provide a read-only link, here’s a breakdown of the logic.

User loads the central contact page
Dropdown menu on the page lists all of the options in the CMS.
Users select an option (links to templated page from CMS)

Hope that is enough info, as I said, any questions just let me know.

Thanks

I cant seem to find any way around this, can anybody suggest anything?

The one thought I have right now is to just add a hyper link in the CMS content which links to another page. Ideally, I wouldn’t have to do that. Another option I thought was a hyperlink to a pop-up modal, but once again, not ideal.