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?
Using Email users matching an FEU property
Re: Ussing Email users matching an FEU property
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:
And at the bootm of the form I'll see 6 times the error:
edit: comment line 138 and 139 out in DispositionEmailFromFEUProperty.class.php
Is that a problem??? Works fine now!
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 lineCode: 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];
