#1. Click Link – Open ConvertKit Popup
First, you need to add ConverKit code to Page Header Injection. Something like this.
Edit text > Add a link: #converkit
Make sure “Open in New Tab” is disabled

Next, use this code to Code Injection > Footer (Or Page Header Injection, page where you added ConverKit code)
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('a[href="#converkit"]').on('click', function() {
if ($('a[data-formkit-toggle]').length > 0) {
$('a[data-formkit-toggle]').each(function() {
$(this)[0].click();
});
}
});
});
</script>

Result
When clicking Contact Me text >> ConvertKit Popup will appear.

#2. Click button – Open ConvertKit Popup
Do same, but add this url into Button Block

Popup will appear when click Button
