@SanfordWhitemanI 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 i...
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 ...
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 ...
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 di...
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#M16858...
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 ...
@SanfordWhitemanI 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 sev...
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 ...
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 a...