Search Question
13 posts by 2 authors in: Forums > CMS Builder
Last Post: August 25, 2011 (RSS)
By Jason - August 25, 2011
Hi Jerry,
Try replacing that code in the viewer page with this:
That way you still have the field, it's just blank. You should keep all the code in updateModel.php though, since that is what is actually going to populate your field.
What the jquery does is get all the output from updateModel.php and place that in the HTML for the select field with the id "model".
Hope this helps clarify.
Try replacing that code in the viewer page with this:
<select name="model" class="effect" id="model">
<option value = "">Select Model</option>
</select>
That way you still have the field, it's just blank. You should keep all the code in updateModel.php though, since that is what is actually going to populate your field.
What the jquery does is get all the output from updateModel.php and place that in the HTML for the select field with the id "model".
Hope this helps clarify.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Search Question
By gkornbluth - August 25, 2011 - edited: August 31, 2011
Hi Jason,
I know I'm becoming a pain.
I tried that but the model field remains blank even after a search for a particular make.
I'm also still going to have to make this a "one table with 2 list fields"solution before I'm done.
If I've used up my quota of free advice I fully understand and can accept a paid support solution (if it's not too steep).
Thanks,
Jerry
I know I'm becoming a pain.
I tried that but the model field remains blank even after a search for a particular make.
I'm also still going to have to make this a "one table with 2 list fields"solution before I'm done.
If I've used up my quota of free advice I fully understand and can accept a paid support solution (if it's not too steep).
Thanks,
Jerry
The first CMS Builder reference book is now available on-line!
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
By Jason - August 25, 2011
Hi Jerry,
Could you post a link to the most up to date file so we can see what's happening?
Thanks
Could you post a link to the most up to date file so we can see what's happening?
Thanks
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/