Expandable form in Popup
-
What I would like to do is have the form fields expand like they do on the example page I gave, but when I add the javascript to the Gravity Forms javascript area for a form that is embedded into Popup Maker, it triggers (because I have a console log call say Click! to show me that it is working) but the fields do not expand
$( ".expand" ).wrapAll( "<div class='expand-div' />"); $("#input_10_3").one("focus", function(){ $(".expand-div").slideToggle(1000); console.log( "CLICK!" ); });
is the javascript that I am using but it doesn’t wrap the elements classed as ‘expand’ with an expand div. I imagine that I need to target the pop-up itself so the ‘.one’ is not accurate.
Any advice would be appreciated.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Expandable form in Popup’ is closed to new replies.