I have 'Complete Feedback Designer' from www.spascoe.com and have upgraded to 4.3.3. The 'Send' link no longer works when the user is not logged in. If a user is logged in, it works no problem.
I had the same problem with the built in 'Feedback' module but just re-created the module and it worked fine.
Re-creating the CFD module does not fix it.
The asp.net code for both buttons is the same in the ascx files:
<asp:linkbutton id="cmdSend" resourcekey="cmdSend" runat="server" cssclass="CommandButton" causesvalidation="True">Send</asp:linkbutton>
but on CFD it gets resolved to:
WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn:ctr451:CFD:_ctl0:cmdSend", "", true, "", "", false, true))
and on Feedback to:
__doPostBack('dnn$ctr484$Feedback$cmdSend','')
I also notice that when the user is not logged in the line:
<script src="/WebResource.axd?d=UGYGKIohGgwlzm2TamtubQ2&t=632763727891875000" type="text/javascript"></script>
is no longer in the HTML page. Whether this is significant or not I don't know.
I know this is a 3rd party problem really, but any help would be greatly appreciated.
Thanks
Adge