When I attended on the Dynamicweb Module Developer course, the instructor presented a way to load a webform in a custom module by change the module container from a literal to placeholder.
Has any of you guys tried that ? and how ?
/Anders
When I attended on the Dynamicweb Module Developer course, the instructor presented a way to load a webform in a custom module by change the module container from a literal to placeholder.
Has any of you guys tried that ? and how ?
/Anders
I guess you're talking about .ascx controls?
This is a standard feature now, and there's a module in beta at the moment, which does that trick. However, you can achieve that using the <!--@LoadControl(/CustomModules/MyModule/Mycontrol.ascx)--> tag in you paragraph or page template.
If you download the newest custom modules application the Literals have been replaced with PlaceHolders, so they are prepared for this.
I don't know if it works with webforms also. Haven't checked.
You must be logged in to post in the forum