Page 1 of 1

Using Email users matching an FEU property

Posted: Mon Dec 29, 2014 5:39 pm
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?

Re: Ussing Email users matching an FEU property

Posted: Mon Dec 29, 2014 7:04 pm
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!