Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@SanfordWhiteman I was able to get everything to work, thanks for your help! I did want to ask because its being asked of me, but can you give more info on what this chunk of code is doing? I understand what the encode stuff is doing, but I am not sure what the serverthankyouurl or the thankyouloc.v...
So I need to run a script to parse out the query string? But does that change the parameters in the URL so that the form can again pick it up? Or should I be running a script that parses out the URL into the different parts and creating javascript variables and having those variables be used to popu...
Yes, sorry I always shorten JavaScript to Java, bad habit. The code seemed to work now regarding the first name and last name. I think it was either a caching issue or IDK. But it works now. Just need to solve for the URL encoding thing. I found this script? But I am not sure how to change the var u...
I am running into two issues that my limited java knowledge is failing me. First, I tried to update the code to parse out first name and last name as separate parameters, but it didn't seem to work. The email parameter worked just fine, except it stored the value with the @ symbol as the html code (...
I did find this after posting and doing another search - https://nation.marketo.com/t5/Product-Discussions/Add-Variables-from-Form-as-Parameters-for-Thank-You-Page/m-p/298984#M168588 So this might work? Thoughts? Is it better to pass values through the URL or as javascript variables?
So is this possible and how difficult would it be for a javascript dev to write the code? So there is some history and back and forth that lead to the predicament I am now in and needing some help with a solution. We are using calendly to allow our existing leads to schedule appointments. However we...
@SanfordWhiteman I have a follow up question you might be able to answer. Given that my instance is using a different unique identifier and people can exist in the database with several different records. How would cookies relate to this? Would the first record created that got tied to the cookie be...
The records won't be merged in our instance because their unique identifier is different. Our instance doesn't use email address as the unique identifier, we use a custom field.
So I am curious how this might work. We have established a different unique identifier for our instance which allows for multiple records with the same email address. Historically in the past we were told to disable mkt_tok and even have some javascript set up towards making multiple records instead...
So I am trying to automate an email to send out exactly when a lead has 30 days left on a subscription. I was thinking about using the field 'end date' in future 30 days. However as I understand that operator, anyone who has an end date within the future 30 days would qualify, which I don't want. I ...