On Jul 20, 10:43 pm, Noah Damiani <[email protected]> wrote: > I am using the Google Map API V3 and fusiontables to create an interactive > map. Everything is working well as I want it to, except for a certain > feature I would like to add. The map shows a list of businesses that may > have internship opportunities for a local school. I would like the > information boxes that pop up to have a link at the bottom that says > "Pursue." When the link is clicked it will take the fusiontable data for the > specific infobox opened and autofill a google form. Is this possible?
You can use the google visualization API to query the Fusion Table for data and then use the results to populate an HTML form. > Will I > need to use something other than Google Forms? Don't know how to use "Google Forms", but if it creates an html form that you can access, you can make it work. -- Larry > > Here is my map: > > http://kynikosdesign.com/ltimaps/ > > All help appreciated. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
