Dear friends.

I have a Webform in a page and I'm looking for a way to show the confirmation message inside of a modal window (just the confirmation, not the form). I'm using the Colorbox Node for different situations and I don't like to install another module just for this issue.

I try to put the colorbox-node code inside the Custom URL parameter of redirection location of Webform config but without success.

Someone have a clue about it?

Thank you

Comments

RP121-dupe’s picture

I'm interested in this as well.

iLLin’s picture

You will need to make the webform AJAX (Grab the ajax webform module) then you will need to do a custom submit handler to fire the colorbox modal with the confirmation content inside it. You should be able to grab the confirmation message from the form object and then put it "inline" to a colorbox modal call. You don't need this module to do that.

iLLin’s picture

Status: Active » Closed (works as designed)
smurfxx’s picture

Issue summary: View changes

Do you have any example to make the confirmation message/page displayed inside the modal window called?