I have a SP library that contains close to 100 IP form templates all saved as content type. Each of these forms are the content type in an individual form library where users fill them out as required. What I am looking to do is create a new form with a list box that a user can just scroll through to find the form they are looking to fill out. Upon selecting I want them to be able to click on a button or link or something that will then open the form in a new window. The best example I can think of off hand of what I am looking to do is what the IRS has for selecting forms, http://www.irs.gov/formspubs/lists/0,,id=97817,00.html to see what I mean..
What I have managed to do up to this point is take a sample of 10 of forms and create a spreadsheet with "Form Name" and "URL" as headings and import it into SP as a custom list, naming it Form Links. Then in IP I created a new data connection using Form Links and pull through the Name and URL fields. I set the ListBox controls to use this data connection with the value set to @URL and display set to @Name. I have added a button intended to open the selected file. The problem now is how can I make the button "on click" go to the selected file from the list box? I have bery little programming experience. Is there a way to do this non programatically?
Furthermore, does anyone have a better method of doing what I am looking to to? For instance if I could use a data connection directly connected to the form template library, intead of creating a new custom list (Form Links) that would be preferable. This way I dont have to worry about updating an external list everytime a form is added or location changes.
I appreciate any help or comments anyone may have.