Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I know we can create redirect rules using these steps: https://docs.marketo.com/display/public/DOCS/Redirect+a+URL+PathHowever, what if I want to redirect a PURL? Can I use tokens in the redirect path so it uses the users' unique name or unique ID in the path?
Thousands of students are assigned to an specific admissions counselor. However, that counselor has left and we know how to reassign all of those students to a new counselor. What's the easiest way to search and replace a value in the Marketo database?
Actually, I'm still using your PURL fix because that's the only way I can get the correct person's token/name to display in regular browser mode. The thing is when person A's PURL is opened and I submit the form, it updates their record correctly. However, when I open person B's PURL on the same dev...
This is very weird. It looks like sometimes the forms work, and sometimes they don't work. It's very unpredictable. By the way, both forms are embedded via token. Could that be a problem?? I removed the {{lead.Email Address}} hidden field since that wasn't working. I unapproved the Junior page and r...
I added {{lead.Email Address}} as the default (see screenshot), and opened a different PURL link http://discover.uindy.edu/junior/JasonMcclendon. However, it placed my form submission under a different record that was created a few days ago (see screenshot), and it didn't actually insert the correct...
Okay, I've added the hidden field. I left the default value as "null". I cleared my browser's cache and tried submitting the form again. It's now updating one of the new records it created from yesterday. See the screenshot for notes.
I just wanted to post the final correct code because I didn't see it anywhere. The fixSession() line needs to the have the
http://discover.uindy.edu/junior/KayeMcclendon By default, there's general intro text to the left of the form. After you choose a major and submit the form, and go back to the PURL page, the intro text is should change to be more relevant to the major you selected, and a new form will display. But i...
No, I'm updating their Major, Phone, and Parent Email. When I look at the activity log for the associated user, it doesn't show they've filled out the form and it didn't update their record. By the way, the PURL page I'm testing is using your PURL fix from this article: https://blog.teknkl.com/fix...
Hi, I have a PURL website that has dynamic content based on the known user (their name is in the URL). On page load, it recognizes the correct user because it has their name on top banner (via tokens). The problem I'm having is that when I fill out the form, it is creating a new record in the data...