Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

In my drupal7 site i have buit a contact form using Webform.

I like to do two things.

  1. I want to show webform confirmation message in popup window.I have searched net found some popup module but the problem is they all belongs to drupal 6

  2. When i submit the webform i am getting this error message

Notice: Undefined index: #webform_component in theme_webform_display_select() (line 522 of /var/www/www.example.com/www/example/sites/all/modules/webform/components/select.inc).

Can you help me to solve this two things.Thank you friends

share|improve this question
maybe colorbox module might help you. Also, check this drupal.stackexchange.com/questions/18842/… – cayerdis Jan 14 at 2:08
add comment (requires an account with 50 reputation)

migrated from stackoverflow.com May 6 '12 at 19:52

3 Answers

you can look for simple eric martin plugin which gives a simple js library which you can put at module level or theme level and you have to add js snippet to tell eric matin plaugin to pull the content for a url which should be your confirmation page.

share|improve this answer
add comment (requires an account with 50 reputation)

Without doing any coding to achieve this you could use a module like Purr Messages and then adjust the style of it's output with CSS, this would apply to all system messages though..

Otherwise like zerocoolhotone mentioned, the simple dialog is an effective way of achieving this too.

Regarding your second question, it's a bug/issue with webform, if memory serves me right you can use the development snapshot to overcome it temporarily until they roll it out.

share|improve this answer
add comment (requires an account with 50 reputation)

you can try this: Simple Dialog module

i hope it works for you.

share|improve this answer
Thanks for your reply friend.NOw i check it out and leave u reply...Do you have any idea about that error message? – brofun May 5 '12 at 6:05
did you use any module of drupal 6 , if use please uninstall first cause its conflict drupla7 – zerocoolhotone May 5 '12 at 6:11
no i have not used any module of drupal 6....When i googled it it says it is a webform module bug... – brofun May 5 '12 at 6:28
add comment (requires an account with 50 reputation)

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.