ajax form validation in ajax popup

1 reply · opened Jan 18, 2017

MmbunalJan 18, 2017

hello,
i want to be contact form in ajax lightbox and ajax form validation too. how can i do this?

SSemicolon WebSTAFFJan 26, 2017

Hello,

This is Definitely Possible. Simply find the following code in the js/functions.js File:

open: function() {
	$body.addClass('ohidden');
},

and replace it with:

open: function() {
	$body.addClass('ohidden');
	SEMICOLON.widget.contactForm();
},

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard