Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #61666

    Jason H
    Participant

    Hi, I am using the button shortcodes on a price table and when clicked, I want them to open a new tab. I know this can be done in links using target=”_blank” but it does not seem to work in the button shortcode. Can you tell me how to make this happen please?
    Thanks!

    Jason

    #62020

    Zeshan
    Member

    Hi Jason,

    Thank you for writing in!

    You can add target to your button using the target=”blank” attribute inside the button shortcode. Please note that it’s “blank” not “_blank”. So the shortcode would be like:

    [button href="URL" title="Sign Up Today!" target="blank"]Sign Up Today![/button]
    

    I would also suggest you to watch Button Shortcode Walkthrough video.

    Hope this helps. If you have any further question, don’t hesitate to ask and we will be happy to assist. 🙂

    Thank you.

    #62040

    Jason H
    Participant

    That worked!! Thank you very much.

    #62358

    Support
    Member

    Hey Jason,

    Happy to know this works for you, cheers!