8 years ago
1
Topic

The question is ...

I have two fields, one is of type Select Dynamic, and need to copy the selected value and place it in the second. I used the following CONDITIONAL STATES:

- This field (field2) is Filled by field1@value WHEN field1 is Change.

The value that is copied is not the selected value, but the value of id used to create Select Dynamic.

- <Option value = "id used"> target value </ option>

I did not find an attribute for use after field@!

Does anyone know a way to get the value of the select field?

Get a VIP membership
4229 Posts
Kadministrator
8 years ago
0
Level 1

To copy value you need just fieldid (without anything else). BUT - what you are talking about is not value http://www.w3schools.com/tags/tag_select.asp , it is text, so use fieldid@text

Get a Book for SEBLOD