Hi Guys, I have an issue with a macro (a form) put in an html editor that not work.
I have an usercontrol that render a form. This is imported as macro in Umbraco; the flag "use in editor" is set to true. Then I insert the macro in html editor but doesn't work.
Macro in editor not work!
Hi Guys, I have an issue with a macro (a form) put in an html editor that not work.
I have an usercontrol that render a form. This is imported as macro in Umbraco; the flag "use in editor" is set to true. Then I insert the macro in html editor but doesn't work.
This is the html results:
Why the html code is different to original html of user controls? In this there are not the aspx controls like input and button...
Anyway, the main point is that the form is not show in page, without any errors.
Thanks
Does this macro within a form(with runat="server")?
With <form runat="server"> or without the result doesn't change :-(
make sure few things:
1. Page has been published
2. Usercontrol run correctly
3. the html editor content has been ouputed
1. Yes
2. Usercontrols works as well, it is used in other page (not in editor) and works
3. No, in the page, html code isn't present in generated source
is working on a reply...