Programmatically load a form builder page

Posted by Community Admin on 04-Aug-2018 02:05

Programmatically load a form builder page

All Replies

Posted by Community Admin on 18-Apr-2012 00:00

Hi All,

I just have a question regarding the displaying of forms created using the form builder.
We have a requirement where we will have potentially lets say 1000 forms. Rather than have 1000 pages to load these forms, I'm wondering if it is possible for us to create ascx control which we could add to one page?

This custom page control would then potentially use the API or some other method to load any one of these forms into a place holder? We would determine what form to load most likely from a parameter in the query string.

Thanks!

Regards,
Nicole

Posted by Community Admin on 18-Apr-2012 00:00

I don't see why this wouldn't be doable...I think the form widget itself just needs the formID in order to render the form...so if you pass it along the querystring it could load right in?

This thread is closed