• Hi there,

    To be clear: I have CF7 on one of my pages and one of the check boxes asks that the subscriber reads my terms and conditions page. So I have included a URL as part of that field for them to click on. My problem is that I want them to click on it, but for the terms and conditions page to open in a new tab. At the moment, I can only get it to open and replace my contact form, even though I’m using the target=”_blank” attribute. My code looks like this:

    <p>I agree to the terms*<span style="font-family: verdana, geneva; font-size: 12pt; color: #000000;"> Please make sure you read the terms of service <span style="text-decoration: underline;"><a href="https://www.example.com/terms-of-use" target="_blank" rel="noopener noreferrer"><span style="color: #000000; text-decoration: underline;">here</span></a></span>. By checking the box you confirm your acceptance of the terms.</span><br />
    [acceptance matchmaker-terms-check]

    Am I doing something wrong?

    Thank you.

  • The topic ‘How do I open a link in a new tab within my form?’ is closed to new replies.