Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That's great, thanks for all your help with this!
Not sure if this needs a new thread but although that change makes the 'thank you' message appear now, but when you go to download another report it brings up a frozen form (see below) rather than the 'known user' screen. Do you know what's preventing that now? If you refresh the page and click to d...
Never mind, figured out there was a } in the wrong place, below the onSuccess line, moved it to after return false; and now the thank you message displays perfectly.
Thanks @SanfordWhiteman , assume that's the difference between the var and const keyword?Also though, since updating with that code the thank you message no longer appears, on filling out the form it hangs on 'please wait' (or download if it's a known user) but doesn't progress to the thank you mess...
I have a lighbox that opens when one of the download buttons is clicked but I've noticed a second empty lightbox opens in the top left corner too, I'm guessing it's to do with the 'show' command on both the form and the onSuccess but what do I need to change to prevent this second one from appearing...
@Darshil_Shah1 - I've just figured out it was missing the { } around the hidden field, it's working now I've added those, thank you!
Hi @Darshil_Shah1 I think I must be doing something wrong here, this is the code I'm using (changed domain and munchkin ID just for here) #set( $allReportDetails = { "3241139" : { "title":"Argentina's Drought Poses Economic Problems", "url":"https://go.domain.com/rs/000-XXX-000/images/axco_gl...
Thanks @Darshil_Shah1, just to confirm I put the relevant asset ID after the colon in "Hidden Field Value1" : {Are there any other fields I need to change to our fields or is it just the $lead.hiddenField ?
We've created a landing page to download a series of reports and a form in a lightbox that captures the asset ID in a hidden field of the report they clicked on. Once they submit the form I want to send them a confirmation email that will have the report name and URL to download the report. I'm assu...
DELETED - realised it was my own typo that was stopping the URL redirect