I have used a javascript datagrid to read from a database that is not part of CMSMS, with a search that filters the results. I want to pass the search query to a Request for Quote form if no results are found (currently there is just a link to the form), or if a search is successful I want to be able to pass both the search query and one field from the datagrid to the form. Can anyone help with that? Here is a link to the datagrid page (which is actually a static page, because it didn't work for me when I included it in CMSMS) http://probotest.com/tjr/partsearchb/index2.php
The datagrid I used includes a method for creating links.
Wanted help with passing information to a form
-
- Forum Members
- Posts: 23
- Joined: Sun Feb 24, 2008 11:12 pm
-
- Forum Members
- Posts: 23
- Joined: Sun Feb 24, 2008 11:12 pm
Re: Wanted help with passing information to a form
One other request: I would also like to be able to save all searches and the date of the search, whether or not they result in an RFQ, in some format that can be browsed. I will need separate quotes for the two functions, because I may only have one or the other done depending on cost.