Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi.
The following dropdown starts always with 0. Is this a bug?

Code: Select all
<cms:editable name='percent' label='Percent' type='dropdown' opt_values='0 = 0 | 5% = 0.05 | 10% = 0.1 | 15% = 0.15 | 20% = 0.2 | 25% = 0.25 | 30% = 0.3 | 35% = 0.35 | 40% = 0.4 | 45% = 0.45 | 50% = 0.5 | 55% = 0.55 | 60% = 0.6 | 65% = 0.65 | 70% = 0.7 | 75% = 0.75 | 80% = 0.8 | 85% = 0.85 | 90% = 0.9 | 95% = 0.95 | 100% = 1' opt_selected='75%' />
Hi,

You selected the wrong value; please use the following instead -
opt_selected='0.75'
KK wrote: You selected the wrong value;

Shame on me, I just read
Code: Select all
opt_selected = 'Rental'
on the doc and was sure to use parameter and not the value. Thank you for the fast answer.
3 posts Page 1 of 1