Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I just installed 1.1.13.2
I get a "Extender controls may not be registered before PreRender"
error when rendereing the form from a form picker.
If i insert the form in the RTE, it renders fine.If i insert the form in the RTE, the form selected by the form picker renders fine...
When inspecting the page source i find, that the form inserted in the RTE is prceded by a script
<script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$ctl00$ContentPlaceHolderDefault$CphMain$ctl02$RenderForm_6$ctl00', 'RunwayMasterForm', [], [], [], 90, 'ctl00$ctl00$ctl00'); //]]> </script>
This script is not present when the form is inserted via the form picker...
Oh and this is not in canvase editing. This is normal frontend!
Hey Claushingebjerg,
Make sure the macro used to insert the form from the picker is inside the <form runat="server"> tag.
It is!
Apparently a contour form cant reside inside a <loggedintemplate>
i am getting this error too when in a loggedintemplate - any fix for this??
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" button below.
Continue discussion
Extender controls may not be registered before PreRender when using form picker
I just installed 1.1.13.2
I get a "Extender controls may not be registered before PreRender"
error when rendereing the form from a form picker.
If i insert the form in the RTE, it renders fine.
If i insert the form in the RTE, the form selected by the form picker renders fine...
When inspecting the page source i find, that the form inserted in the RTE is prceded by a script
<script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$ctl00$ContentPlaceHolderDefault$CphMain$ctl02$RenderForm_6$ctl00', 'RunwayMasterForm', [], [], [], 90, 'ctl00$ctl00$ctl00'); //]]> </script>This script is not present when the form is inserted via the form picker...
Oh and this is not in canvase editing. This is normal frontend!
Hey Claushingebjerg,
Make sure the macro used to insert the form from the picker is inside the <form runat="server"> tag.
It is!
Apparently a contour form cant reside inside a <loggedintemplate>
i am getting this error too when in a loggedintemplate - any fix for this??
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" button below.
Continue discussion