Form Popup

Svetlin Roussev asked on September 19, 2016 20:27

I am new to Kentico, I am running 8.2. I have to build a popup newsletter form. Any advice on how to do it? I am thinking jquery cookie triggers a fancybox div with a form. The question is how do I use a pre build form? Thank you

Recent Answers


Joshua Adams answered on September 19, 2016 21:19

You could put the markup for the form in the before and after for the webpart contents, or just make sure that your webpart or form is wrapped in the appropriate css classes. You may also need some js for the submit and modal close. Sometimes they don't behave well inside, which requires some tweaks through js or customizations.

0 votesVote for this answer Mark as a Correct answer

Chetan Sharma answered on September 20, 2016 12:00

We often use this with Foundation Reveal

It will work on the lines where you will create markup before and trigger with some event. Simple to implement.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.