You are viewing limited content. For full access, please sign in.

Question

Question

Submit button not working...correctly

asked on June 19, 2014 Show version history

As part of one of our forms, submitters need to be able to download a template from our intranet page. In the HTML for the hyperlink I added <base target="_blank"> in order to open the hyperlink in a new tab. 

After opening the hyperlink the Submit button now opens a new tab showing the "Thank you" message, while the original submission window stays open.(the form is being submitted, however it appears as though nothing is happening)

 

How can I have the hyperlink open in a new tab while maintaining  the integrity of the submit button?

0 0

Answer

SELECTED ANSWER
replied on June 19, 2014

The <base> tag sets a default for all links on a page. You need set the hyperlink itself to open in a new tab. To do that just add the target value to your <a> tag. Example <a href="www.google.com" target = "_blank"></a>.

1 0
replied on June 19, 2014

Worked perfectly! Thank you Blake.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.