Forums › Forums › Search & Filter Pro › Range Select: Add value at the beginning (text)
Tagged: V3 Ideas
- This topic has 12 replies, 3 voices, and was last updated 7 years, 6 months ago by Trevor.
-
Anonymous(Private) April 25, 2017 at 7:32 pm #104791
Hi there. How can I add a TEXT as the first option in Range Select? I got a price and want to add PRIOCE FROM and PRICE TO as example.
My site is under development:
http://stude.masterbip.com/test/My purchase code/licence is: [redacted – do not post your license]
Thanks!Anonymous(Private) April 25, 2017 at 9:35 pm #104838So there is no way to add that text as initial option in a selector of that post meta element?
Ufff …. that is complicating me a lot … i need that as “label”
What abount add currency symbol after each option in my selector? Now it is not “under construction” so i will glad if you can take a look to my form
Thanks!Anonymous(Private) April 26, 2017 at 2:05 pm #104966Value prefix add the symbol before the selector.
Here is the code I got when I add the value in that field:<span class=”sf-range-prefix”>$</span>
<label>
<select class=”sf-input-range-select sf-range-min sf-input-select” name=”_sfm_precio_min[]” title=””>
<option class=”sf-level-0 sf-option-active” selected=”selected” data-sf-depth=”0″ value=”0″>0</option>And then the other options.
You can see the SYMBOL is not into the option text but BEFORE the whole selector.
What I expect, again, is to get that symbol inside each option text:<option value=”1000″>$1.000</option>
Thanks.
-
AuthorPosts