Closed (fixed)
Project:
Webform
Version:
6.x-3.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2012 at 16:20 UTC
Updated:
13 May 2012 at 04:14 UTC
Hello,
I'm a little surprised that this hasn't been asked before.
I have a number of webforms and I would like to have the confirmation page (or alternately, the redirect url) appear in a popup box. I am currently using the popup module but it requires a class and title to be appended to the url in order to function; I'm not sure how to do this for redirect url's with drupal webform.
Thanks!
Comments
Comment #1
quicksketchGenerally speaking, this would be difficult to accomplish in Webform. Because Drupal needs to submit a form in order to process the Webform (not just open a link), the request *must* go to Drupal first, then return the user back a different page. The only way you could get around this would be by submitting the Webform via an AJAX request, then display the confirmation message in the popup library of your choice.
Considering this approach would conflict both with multiple-page forms and with redirect URLs, it's a tricky thing to handle universally.
Comment #2
quicksketchClosing after lack of activity.