Plain Text Link to JS

I’m trying to add a modal email sign-up form that I made in Mailchimp into the sidebar of my blog.

I’d like to use a plain text link to trigger the JS that they gave me.

Is that possible?

use the JS onclick function similar to this:

<a onclick="jsfunction()" href="javascript:void(0);">

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.