I have created a button that downloads a PDF. I would like the user to signup to the newsletter before allowing them to access the PDF. How can accomplish this without using mailchimp??
Two things for you
a) keep in mind the GDPR, you need to allow anyone in the EU to access the download without signing up, sorry to break that to you.
b) don’t bother with the button, add a form and link to the file in the success message. You can, of course, have the form be opened by clicking a button. That would use an interaction but it’s one of the most basic ones.
@sarahfrison that solution isn’t going to work for this situation.
I used a signup button inside of a modal popup and put in a custom link in the success area. When the user presses the submit button they are automatically taken to a pdf. I would like that pdf to open in a new window. Is that possible?