Hi friends! I have created my own website and my menu buttons are essentially images. I created a pop-up form for kids to sign up to our free birthday club, and I need to attach it to my already create “Birthday Club” button that matches my other buttons. I can’t seem to figure out how to do this or how to use the pop-up without the build in button creator.
Answered
Pop Up attached to custom button (which is an image)
Best answer by mathio-tf
Hello
you can attach the typeform popup functionality to any button you have in your website. You need to do a little of HTML editing - add data-tf-button=”<form-id>” attribute to the button like this:
<button class="my-button" data-tf-popup="<form-id>">
<img src="/your/menu-image" />
</button>
<script src="//embed.typeform.com/next/embed.js"></script>
If you are not experienced with HTML, please have a look at my post in other thread for a step-by-step walkthrough:
If you have any doubts or issues feel free to use this thread and we can figure it out together.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.