All Collections
Forms & Popups
FAQs - Forms & Popups
How to show popup when a link or button on site is clicked?
How to show popup when a link or button on site is clicked?
Liz Gannes avatar
Written by Liz Gannes
Updated over a week ago

You can show a popup when a button or link on your site is clicked. First, get the code given to you in the last step of the Form Wizard. It should look something like #mailmunch-pop-XXXX.

Once you have the code, go to the link or button you want to open the popup with, and add this code as a URL (href attribute). Here's an example HTML link:

<a href="#mailmunch-pop-123">My Link</a>

Note: The code mentioned above is an example only. Get your real code from the last step of Form Wizard.

Did this answer your question?