Gravity Forms Timed Entries is not work inside the popup
-
Hi There,
Gravity Forms Timed Entries is not working inside the popup.They told that loading the form via your lightbox is failing/preventing to fire the Gravity Forms JS hook which our methods hook into to start the functionality “gform_post_render”.
..If you are JS/Jquery savy you could perhaps attempt to manually call the methods which start the clocks and functionality (on “gform_post_render”.) when the lightbox form is fully loaded if you would like. you would need to call the following
in Jquery script after the form is loaded into the lightbox.gfteclock(); var current_page = $(".gfte_current_page_print").html(); gftePageClock(current_page); $('.gftehidden').hide();
The most common cause of jquery not loading properly is being loaded 2x, but it seems there is something else happening preventing it from running admin side.
You would have to look into the light box builder plugins hooks to find a hook to call those functions on when the light of is finished loading.So please suggest us how can we use Gravity Forms Timed Entries inside HTML Popup
- The topic ‘Gravity Forms Timed Entries is not work inside the popup’ is closed to new replies.