Yes i know, but it's easy. Laod the view.php in form folder in your Editor and search and comment out follwing
/**
NOTE: comment out the line ob_end_flush() if you indicate problems (e.g. when using ob_start in the index.php of your template)
With ob_end_flush(): output filter will be disabled for this page (and all sections embedded on this page)
Without ob_end_flush(): emails are rewritten (e.g. name@domain.com --> name(at)domain(dot)com) if output filter is enabled
All replacements made by the Output-Filter module will be reverted before the email is send out
*/
if($filter_settings['email_filter'] && !($filter_settings['at_replacement']=='@' && $filter_settings['dot_replacement']=='.')) {
/* ob_end_flush(); */
}
the ob_end_flush. And your Droplets are working on form pages
Dietmar