Hi Brian,
I am doing something like this myself now - could you fill me in on
how you got this to work?
I've got an html form that I am using for the iframe content, and I
want to fill in a value there from the page the fancybox loads on.
Sounds like a pretty similar situation to yours! How are you sending
the "q" bit through?
Cheers,
Tony
On Jul 13, 6:46 pm, brianyerkes <
awebt...@gmail.com> wrote:
> Ok, got it working...
>
> For some weird reason the query string ?propertyid= wasn't working but
> changing it to ?q= works. No idea why :/
>
> On Jul 13, 12:59 pm, brianyerkes <
awebt...@gmail.com> wrote:
>
> > Hi,
>
> > I want to passdatavia a query string on the link that fires up an
> >iframefancybox window....
>
> > For example, on my page I have <a href="/more-info.php?propertyid=213"
> > class="iframe">Request More Information</a>
>
> > So, fancybox window displays more-info.php which has a form, and I
> > want to automatically populate a form field with the query string
> >data, i.e. 213. I have that working fine if I don't open the form
> > page in a fancyboxiframewindow....but I would love to get fancybox