Precompiled form

I realized some forms modifing the native form of Telephon Call.

The field SendTo must not be compiled from the user and it’s a precompiled field. I setup the type as Person and I defined the values with the follow instruction: @OptimizeMailAddress(“firstname lastname/org, firstname2 lastname2/org”).

When I try to send the form after compiling it, I receive an error wich indicates that names are non found in any address book.

Someone can help me to understand where I make the mistake???

Thank you in advance

Edo

Italy

Subject: You need a List, not a string…

Try:@OptimizeMailAddress(“firstname lastname/org” : “firstname2 lastname2/org”)