*

Fabio Massaro

  • *****
  • 302 posts
Hi all can you help me figure out how to do this https://prnt.sc/CJsjwK97s1SA

*

MB Themes

@Fabio
Create select box with list of prices and give it name="sPriceMin"
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 302 posts
'and something is not working I missed
<div class="row price">
<select id="priceMin" name="sPriceMin" style="width:45%;">
<option value="">min</option>
<option value="50">50</option>
<option value="100" selected="">100</option>
<option value="500">500</option>
<option value="1000">1,000</option>
<option value="5000">5,000</option>
<option value="10000">10,000</option>
<option value="50000">50,000</option>
<option value="100000">100,000</option>
<option value="200000">200,000</option>
</select>
-
<select id="priceMax" name="sPriceMax" style="width:46%;">
<option value="">max</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="500">500</option>
<option value="1000">1,000</option>
<option value="5000">5,000</option>
<option value="10000">10,000</option>
<option value="50000">50,000</option>
<option value="100000">100,000</option>
<option value="200000">200,000</option>
</select>
</div>
« Last Edit: December 29, 2022, 08:31:00 PM by Fabio Massaro »

*

MB Themes

Looks good, what does not work?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Jack

  • **
  • 14 posts
yes, that's how it works, then there are other changes (you can see the attachments ;) )

*

Fabio Massaro

  • *****
  • 302 posts
For correctness of the owner I did not see the name of the site

*

MB Themes

Well, it's nice site :)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots