I’d like to know how to do this as well.
I link to my terms & conditions at the end of the form for them to check yes if they agree — I’d like this link to open in a new tab.
Is there a way to do this with custom CSS? I’ve searched a bit and haven’t seen a way to do it that way that is supported by all major browsers.
Thanks!
You can’t do this with CSS, at least not that I know of but unless Google prevents it when you design your form, you should be able to add the target=”_blank” attribute to your link and get a new window or tab depending on your browser.