Hi all,

i use views to appear a webform in a block...
does anyone have any idea how to prevent error messages being displayed in the main content div?
I want to display them within the block self.

When I submit the form in the block and let the fields blank... the form itself opens in the main div with error messages.

thnks

Comments

mileZ’s picture

Hi,

are you using Webform Block Module? http://drupal.org/project/webformblock

mileZ

creativeideas’s picture

yes i m using webform block module but my print $messages; in .tpl file is printing message in container i want to print message in left side bar block region ..so where i have to print this messages to get the right result...

thnks

mileZ’s picture

Did you try to work with inline messages?

http://drupal.org/project/inline_messages

creativeideas’s picture

hi thnks for this module it is working fine now ...one more thing about forms i have to make a form with datepicker js and clockpick js ...how can i maintain my own form without using webform module..pls help

mileZ’s picture

With the combination of Panels and CCK you can add JS features.

The Webform maintainer doesn't work with JS.

mileZ