Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hello everyone,
I just realised a problem this morning:
I have a a dropdown editable region whose option values are populated dynamically:
Code: Select all
<cms:editable
        name='domain_ext'
        label='Domain extension'
        opt_values='domain_costs.htm'
        dynamic='opt_values'
        type='dropdown'
    />


I realised that anytime i choose a value and save the page the input value returns to the second option in the option value. I've tried all I can but still getting the same result. What could I be doing wrong? Thank you

Update:
I realised the problem only happens when the values of my options are the same example; Please choose= - | com=90 | org=90
the problem only happens when the values of my options are the same

That would explain the behavior you are experiencing - 'values' (as opposed to the 'keys') are supposed to be unique.

Please amend your code to make the values of (as in your example) keys 'org' and 'com' distinct from each other.
Ok KK, thanks for the response. However the .org and .com have the same pricing so changing the values will problematic.
3 posts Page 1 of 1