Dear Community,
Dear GreyHead,
I got the problem that the thanks message is not shown when submitting a form in a module position. Required field messages are shown, captcha works and e-mail is send on submit.
(I mean the left form on the bottom of my website)
Link to my website: http://www.lueders-marketing.de
By the way: Is it possible to show the thanks message in a popup window e.g. with an ok button?
I really would be thankful if someone can help me solving the problem with the missing thanks message.
thx
Dear GreyHead,
I got the problem that the thanks message is not shown when submitting a form in a module position. Required field messages are shown, captcha works and e-mail is send on submit.
(I mean the left form on the bottom of my website)
Link to my website: http://www.lueders-marketing.de
By the way: Is it possible to show the thanks message in a popup window e.g. with an ok button?
I really would be thankful if someone can help me solving the problem with the missing thanks message.
thx
Hi creyl,
If you are showing the form in an article using the plugin or in the module it's tricky to get the Thanks message to show correctly in the same page. If you set the Relative URL option to NO in the Form General tab then the thanks message will display on it's own page - but not in the place of the form in the module or article.
The way to get this to work is to add a parameter in the User session when the form is submitted and then to check for this when the page is loaded. If the parameter is set then show the thank you message, otherwise show the form.
I'm sure that I posted code to do this - but right now I can't find it. I'll check again later.
Bob
If you are showing the form in an article using the plugin or in the module it's tricky to get the Thanks message to show correctly in the same page. If you set the Relative URL option to NO in the Form General tab then the thanks message will display on it's own page - but not in the place of the form in the module or article.
The way to get this to work is to add a parameter in the User session when the form is submitted and then to check for this when the page is loaded. If the parameter is set then show the thank you message, otherwise show the form.
I'm sure that I posted code to do this - but right now I can't find it. I'll check again later.
Bob
This topic is locked and no more replies can be posted.