This topic is locked
[SOLVED]

allow free input

9/13/2022 8:37:26 AM
PHPRunner General questions
ffrinai author

Hi,
why in lookup wizard the "allow free input" is disabled when i change the display field with a custom expression like concat(field1,'-',field2) ?
thanks
Fabio

Admin 9/13/2022

For this specific custom expression to work you need to have 'field1' and 'field2' populated. If you enter a free value, PHPRunner won't know how to save it into field1 and field2. Custom expression doesn't make much sense together with "free input".