CMS 5 R2 (or above)? If so, you'll need to add some xform handling to your global.asax.cs. You can copy the global clss included in the public template package.
Also, if you're trying to send mails from the form when posting, make sure your mail settings are correct.
Thanks for your reply Greger.
It's CMS 5 R2. As a newbie I don't know what handling to add and where to find the public template package. :/ Could you elaborate?
The mails are sent OK, it's just the fact that you're stuck in the form that's the problem.
HI Magnus,
Can u tell me how u extracted the control values in XForm?Actually i am facing problems with this concept of extracting values.
@Murali: XForms are normally created and used by editors without any work of the developers even though there are cases where you as a developer would like to alter the form or catch submissions. Please read the editors manual to get some knowledge about how XForms are used.
Hi Linus,
i fixed the issue.....i can able to extract the XForm controls values
I have a problem with our site when it comes to the built-in redirection setting. I've selected a page that the users should be directed to after the submitting of the form, but it doesn't work. The form itself works, and no error message is shown, but you're still at the form page after clicking submit.
Has anyone else had this problem?