I am so close to integrating Foxycart and Gravity Forms. I am able to send the data over to Foxycart using a redirect URL with query string
However
I need to add class="foxycart" to that link for it to work/look decent. Is there anyway to do this?
I am so close to integrating Foxycart and Gravity Forms. I am able to send the data over to Foxycart using a redirect URL with query string
However
I need to add class="foxycart" to that link for it to work/look decent. Is there anyway to do this?
I'm a little confused? It's a redirect, so how does a class apply? It's not a link, it's a page redirect...
Foxycart is designed to open in a lightbox, and the class is what triggers it. I have it passing the info now, but renders in the full screen. I am hoping to just add a class to that link.
Make sense?
I took a look at the code and I see that it is not a link but rather:
return "<script>document.location.href='$url';</script>";
So I guess the odds are low of opening that in a lightbox.
Perhaps I am just going to have to leave this at +1 for being able to pass form post data.
Cheers.