On Jul 20, 10:43 pm, Noah Damiani <
noahdami...@gmail.com> 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