DMXzone App Connect Support Product Page

Is it possible to concatenate mutliple values in a select

Asked 18 Nov 2019 21:29:18
1
has this question
18 Nov 2019 21:29:18 Robin Schafer posted:
In creating a dynamic select menu, is it posible to concatenate two database variables into the options value?
In server actions is appears you can only bind to one output field.

Example.

<option value="field1&field2" Selected>field1&field2</option>

Thanks,

Replies

Replied 19 Nov 2019 13:18:55
19 Nov 2019 13:18:55 Teodor Kuduschiev replied:
Hello,
You can manually add them like:

<option value="field1+field2" Selected>field1+field2</option>

Reply to this topic