By creativeideas on
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
Weform Block
Hi,
are you using Webform Block Module? http://drupal.org/project/webformblock
mileZ
webform block
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
Inline Messages
Did you try to work with inline messages?
http://drupal.org/project/inline_messages
one more issue
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
CCK
With the combination of Panels and CCK you can add JS features.
The Webform maintainer doesn't work with JS.
mileZ