Using Email users matching an FEU property

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

Using Email users matching an FEU property

Post by Masweb »

I want to sent a form from formbuilder to FEU users.
Therefore I'm ussing "Email users matching an FEU property" in FormBuilder.

but can get it work.

Formbuilder gives an error:

Field Validation:
Automatic
Error in Field Setup:
No suitable FEU property could be found. This field will not function.

How can I make this work?
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

Re: Ussing Email users matching an FEU property

Post by Masweb »

Found out that I only can use dropdowns, multiselect fields.
That tip is been giving after you use it correct.

So the e-mail will be sent but there is and error after sending on top of the page:

Code: Select all

: array_flip() expects parameter 1 to be array, boolean given in on line : array_flip() expects parameter 1 to be array, boolean given in on line : array_flip() expects parameter 1 to be array, boolean given in on line : array_flip() expects parameter 1 to be array, boolean given in on line : array_flip() expects parameter 1 to be array, boolean given in on line : array_flip() expects parameter 1 to be array, boolean given in on line
And at the bootm of the form I'll see 6 times the error:

Code: Select all

Warning/home/***/domains/***.nl/public_html/modules/FormBuilder/classes/DispositionEmailFromFEUProperty.class.php138 

edit: comment line 138 and 139 out in DispositionEmailFromFEUProperty.class.php

Code: Select all

   // $opts = array_flip($feu->GetSelectOptions($opts));
   // if( isset($opts[$this->Value]) ) return $opts[$this->Value];
Is that a problem??? Works fine now!
Post Reply

Return to “Modules/Add-Ons”