POPUP- Form | Community
Skip to main content
AEMLearner-1989
New Participant
October 16, 2015
Solved

POPUP- Form

  • October 16, 2015
  • 4 replies
  • 2062 views

Dear Friends,

I have created a contact us page with help of form component in AEM .(i.e.content/myproject/contactus.html)

How to show a page as popup window?? Please help...

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You would have to overlay the form component and then use this plug-in. 

4 replies

smacdonald2008
New Participant
October 16, 2015

You can also create a pop-up form using a JQuery plug-in wihin AEM:

http://www.formget.com/jquery-popup-form/

For information about integrating JQuery and AEM - see: 

https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html

AEMLearner-1989
New Participant
October 16, 2015

smacdonald2008 wrote...

You can also create a pop-up form using a JQuery plug-in wihin AEM:

http://www.formget.com/jquery-popup-form/

For information about integrating JQuery and AEM - see: 

https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html

 

Yeah..you are correct...i have already created a login page as a popup dialog with help of jquery and its working fine.

But i don't know how to create a popup with inbuilt form component...how to get div id / form id ??

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

You would have to overlay the form component and then use this plug-in. 

edubey
New Participant
October 16, 2015

Hi,

Use window.open(href, windowname, 'width=400,height=200,scrollbars=yes');

Here us MDN Link :https://developer.mozilla.org/en-US/docs/Web/API/Window/open