Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Link from image to RSForm in ARI Fancybox window?
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Link from image to RSForm in ARI Fancybox window?
#18668
Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Hi,

I have a form built in RSForm Pro which I'm currently popping up in a Rokbox window but I'd prefer to have it pop up in ARI Fancybox which I am using for all the other popups on my site. I was wondering if I am able to launch the fancybox window with the form in it from an image link and secondly if I would be able to auto close the popup window when I clicked the submit button on the form?

So link from an image to launch fancybox containing a form which I can then close the fancybox window on submit.

Could you tell me whether this might be possible and could you suggest how I might do this?

Thanks very much for your help.

Kind Regards
Brett
The administrator has disabled public write access.
 
#18691
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
Hello,

We can investigate possibility to integrate "RSForm Pro" with "ARI Fancybox" if you can provide link to page where a form is used and temporary access to your Joomla! backend by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18729
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Hi,

I saw there was a module set up on my site. Just wondering how you went with this? Any luck?

Cheers
Brett
The administrator has disabled public write access.
 
#18756
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
Try now please.

If you want to close the lightbox when a user clicks submit button, we can offer the next solution:

1. Create an article with the next javascript code:

Code:


<script type="text/javascript">
if (self != window.top && typeof(window.parent.jQuery) != "undefined")
{
var $ = window.parent.jQueryFB || window.parent.jQuery;
if (typeof($.fn.fancybox) != "undefined")
$.fn.fancybox.close();
}
</script>



2. Use link to created article as redirect url for the form.

PS: We can help to configure the form, if you grant super-administrator permissions because we can't enter javascript code with provided permissions.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18757
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Thanks very much for your reply. I will go in now and change you to a super administrator.

I would really appreciate your help with this.

Kind Regards
Brett
The administrator has disabled public write access.
 
#18763
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
Try now please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12345