Showing posts with label Webform. Show all posts
Showing posts with label Webform. Show all posts

Thursday, September 22, 2011

How to display webforms in colorbox in drupal

I've found an easy way to implement this feature without coding that works for me:
  1.  you can enable webforms as a block --> select the webform content you created, tab "Webform" > "Form Settings" > "Enable as a block"
  2. put the block inside a region, I've put mine in the footer region
  3. CSS style the footer webform block as "display: none;"
  4. for colorbox: in "configuration", "Media", "Colorbox" --> advanced settings, activate "Enable Colorbox inline"
  5. add this as the html code for opening the colorbox webform link: <a class="colorbox-inline" href="?width=310&amp;height=460&amp;inline=true#name-of-your-block">