How do you add custom text to an "exposed form in block"? i.e. maybe you just want to add some informational/descriptive line. Thanks.

Comments

dawehner’s picture

Status: Active » Fixed

You can do this with theming.

Therefore copy views-exposed-form.tpl.php into your theme and add the text where you need it

In Views3 you could write a exposed form to make this configurable

seg108’s picture

Thanks very much. Your tip brings me to: How can I insert my text between exposed widgets? - it seems that all the widgets are grouped as one in print $widget->widget;

seg108’s picture

Got nowhere on this, so ended up placing the text in the header of the view's page (as close as possible to the exposed form block). Not so great a result, but at least delightfully simple to do (thanks to Views)!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.