Hello!
I have one value prompt that it must refresh a second value prompt. When the user chooses the option from the first value prompt it needs to refresh the page. So, my second value prompt must be change. I have a block variable that contains two values and I have a conditional block that it contains the second value prompt. When the user chooses the option must be change the second value prompt, but it doesnt't work. If instead of using a value prompt in the block conditional, I use a text item, it works perfectly!!
Any suggestion? Is this possible?
Many thanks.
Regards
For example, my first value prompt has two options ('ESPAÑA', 'EEUU'), then when the user select 'ESPAÑA', the conditional block must show a prompt value with two values ('EUROS', 'DOLAR') with default selections to 'EUROS'. When the user select 'EEUU, the conditional block must show a prompt value with two values ('EUROS', 'DOLAR') with default selections to 'DOLAR'. If instead of value prompt, I use text item it works well but with value prompts it doesn't. The first time is correct but the second time the conditional block refresh but the result is incorrect.