Jump to content

Formatting Layout Questions


AJ Castillo

Recommended Posts

 

How do I shorten the text field?

 

 

<div class="jr_fieldDiv">  
                
                    Zip Code: {jr_zip}    
                    <select id="jr_radius<?php echo $module_id;?>" name="data[Field][Listing][jr_radius]" />
                       <option value="1" selected="selected">1 miles</option>
                       <option value="5" selected="selected">5 miles</option>
                       <option value="10">10 miles</option>
                       <option value="15">15 miles</option>
                       <option value="20">20 miles</option>
                       <option value="50">50 miles</option>
                    </select>                                        
                    <input type="submit" name="advanced_button" value="<?php __t("Search");?>" class="button" />
                </div>

www.nearyoureviews.com is the source where you can see it.

 

Also, I would like to add menu or pages where they can do an advanced search specifically for restaurants (i.e. takeout, creditcard, 24hrs, cuisine, etc) do I have to make another advanced search?  or how do I add the suffix feature?

 

 

Thanks in advance,

 

 

Link to comment
×
×
  • Create New...