Closed (fixed)
Project:
Webform
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2009 at 17:59 UTC
Updated:
25 Nov 2011 at 12:08 UTC
Hi
When I submit a webform I am redirected to a page that contains code for the page submitted (I have attached the screenshot.
I'd like it to be sent to a thank you page. It worked yesterday and I have not fiddled with it at all.
Any help would be appreciated.
Thanks
~S
| Comment | File | Size | Author |
|---|---|---|---|
| drupalwf.jpg | 91.33 KB | surfsock |
Comments
Comment #1
djalloway commentedsurfsock,
Please ensure that the Webforms Debug option is set to Off in your Webform configuration.
The Webform configuration can be found by visiting Administer --> Site Configuration --> Webform, the Debug option you're looking for is under the Advanced Options fieldset.
Comment #2
surfsock commentedThanks DJ,
Nope, I set that and it still doesn't work. This is just to get the webform to work properly. Do you know of any conflicts outside of tinyMCE
I've uninstalled Drupal...completely...twice. I have two main issues and maybe more...
1. I can't get the redirect to work.
2. The description field when saved returns as if I typed nothing.
This is the most important feature outside of the website itself.
Thanks
Comment #3
axon commentedwhat I have noticed is that TinyMCE assigns rich text editor to redirect (not to description) and if you enter URL there it stores it with
tags
Comment #4
djalloway commentedThere is a feature request and patch @#520524: Redirect URL and confirmation message should be two different fields that is attempting to enhance the usability of this very issue.
For now, you will just have to find a way to disable the Text Editor for that field.
Comment #5
drupalwoot commentedI'm using FCKEditor and found that if you switch to plain text editor in the "Confirmation message or redirect URL: " box and then enter the URL and make sure there are no HTML/Markup tags included it should work.
Comment #6
quicksketchI've also committed #593496: Strip tags off confirmation field to ensure wasn't broken by WYSIWYG which should fix this problem in Webform 2.9 when I release it.
Comment #8
manish.kumar commentedI am using webform as a block and I am displaying that block for a particular node type. How can I control the redirection when a field in the form is leftempty or wrong value is submitted.
I want the same page (the node page) to be refreshed with the error displayed on top. Currently it is redirecting to the node of type webform that I have created.
Thanks