ynvrc

ynvrc

Contact Me
Online Status
Offline
Date Last Visited
‎11-26-2024 12:41 PM
Level 2
Joined the community 06-05-2020
Rank Icon Level 2
  • solved badge Re: Trigger download on form submit without opening new tab

    Ah, thank you! I updated this one line:formEl.innerHTML = "

    {{my.Confirmation}}
    "; to this:formEl.innerHTML = '
    {{my.Confirmation}}
    '; And it now works beautifully! Many thanks again for your help!!

    image_type
    Discussions
    7507 0 1
  • solved badge Re: Trigger download on form submit without opening new tab

    Thanks! I really appreciate you taking the time. Unfortunately, I can't get your code to work. When I hit 'submit,' I get redirected back to the blank form without a download or confirmation message. I created two identical landing pages for you to see. The only difference is the two sets of JS: one...

    image_type
    Discussions
    7519 0 3
  • solved badge Re: Trigger download on form submit without opening new tab

    Thanks for your quick reply! Here you go:MktoForms2.whenReady(function(form) { var formEl = form.getFormElem()[0], thankYouWindow; form.onSubmit(function(form) { thankYouWindow = window.open(''); }); form.onSuccess(function(vals, thankYouURL) { thankYouWindow.document.location = '{{my...

    image_type
    Discussions
    7574 0 5
  • solved badge Trigger download on form submit without opening new tab

    Hello,I've been asked to figure out how to trigger the download of a file upon clicking the submit button of a form while also displaying a thank you message ... all without opening a new tab. I've read through a number of posts asking for similar help but I'm still at a loss. (I don't even know if ...

    image_type
    Discussions
    7592 0 7
Latest Tags
No tags yet

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  • Validate 1 Validate 1 Earned on 8.12.21 Earned by 687 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 2.08.21 Earned by 1978 people Select to learn more
  • Affirm 1 Affirm 1 Earned on 2.08.21 Earned by 713 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 2.08.21 Earned by 4367 people Select to learn more
  • Ignite 1 Ignite 1 Earned on 2.08.21 Earned by 4267 people Select to learn more
Public Statistics
Date Registered ‎05-06-2020 12:25 PM
Date Last Visited ‎11-26-2024 12:41 PM
Total Messages Posted 4
Likes given to