Jay_Jiang

Jay_Jiang

Contact Me
Online Status
Offline
Date Last Visited
‎08-21-2024 09:04 PM
Level 10
Joined the community 04-10-2017
Rank Icon Level 10
Senior Marketing Ops Specialist
Melbourne
  • Re: Form Issue

    What Sanford means to say is that there's a big block of jquery code in your landing page that's modifying the natural behaviour of your Marketo form. Your opening post makes it sound like Marketo forms in your instance is at fault for the abnormal behaviour but this is not the case.However, unknown...

    image_type
    Discussions
    2750 1 1
  • solved badge Re: IF statement in Marketo forms - send to different URLs

    You definitely could implement a javascript solution, but for a straight forward use case, it wouldn't be necessary.

    image_type
    Discussions
    4421 0 0
  • solved badge Re: IF statement in Marketo forms - send to different URLs

    Use the advanced thank you page settings in the form builder

    image_type
    Discussions
    4421 3 5
  • solved badge Re: Field update: API request empty response

    You're endpoint doesn't look correct. It's missing /field/. Also the update parameter and value looks like it's entered under params and not body.Check the documentation again. The example is: /rest/asset/v1/form/{id}/field/LastName.json?label=enter the last name here

    image_type
    Discussions
    3624 2 1
  • solved badge Re: Display form label when text is within field

    MktoForms2.whenReady(function (form) { var formEl = form.getFormElem()[0]; $(".mktoLabel" , formEl).css('visibility','hidden'); function toggle(ele){ if($(ele).val()!=""){ $("label[for="+$(ele).prop('name')+"]" , formEl).css('visibility','visible') } else { ...

    image_type
    Discussions
    6662 1 14
  • solved badge Re: Display form label when text is within field

    Using some jQuery$(".mktoForm .mktoLabel").css('visibility','hidden');$(".mktoForm :input").keyup(function(){if($(this).val()!=""){ $("label[for="+$(this).prop('name')+"]").css('visibility','visible')} else { $("label[for="+$(this).prop('name')+"]").css('visibility','hidden')}})/* // uncomment thi...

    image_type
    Discussions
    6667 1 16
  • Re: Person Score Sync to SFDC? (Mapping question)

    1. Most likely your Person Score is the same field as Lead Score. There's been UI updates to try get terminology the same, but as you've found out, it hasn't been done very well.2. It's most likely because Person Score is the same field as Lead Score3. Don't you already have fields created "mkto2__L...

    image_type
    Discussions
    2127 0 0
  • solved badge Re: Is there a token for a link to the editable lead record?

    Not that I know of. But you can make one.app-xx##.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.Id}}

    image_type
    Discussions
    4296 3 3
  • Re: Emails for sales people to forward on/use

    If you don't have MSI, you can give them a link to a webpage version that has the Forward to a friend system token and tell them to use that feature.

    image_type
    Discussions
    4544 3 3
  • Re: Creating a smart List using Salesforce Tasks

    Doesn't look like type is available in Marketo constraints.A workaround would be to ask Salespeople to prefix the task with the type when they fill out the subject. e.g. CALL- , EMAIL- , MEET- , which would allow you to filter the subject using starts with

    image_type
    Discussions
    2461 0 1

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!
  • Bedrock Bedrock Earned on 12.01.21 Earned by 82 people Select to learn more
  • Contributor Contributor Earned on 12.01.21 Earned by 280 people Select to learn more
  • Shape 1 Shape 1 Earned on 12.01.21 Earned by 839 people Select to learn more
  • Boost 500 Boost 500 Earned on 5.26.21 Earned by 23 people Select to learn more
  • Springboard Springboard Earned on 2.11.21 Earned by 210 people Select to learn more
  • Seeker Seeker Earned on 2.11.21 Earned by 681 people Select to learn more
  • Coach Coach Earned on 2.09.21 Earned by 91 people Select to learn more
  • Engage 1 Engage 1 Earned on 2.09.21 Earned by 837 people Select to learn more
Public Statistics
Date Registered ‎10-04-2017 12:36 AM
Date Last Visited ‎08-21-2024 09:04 PM
Total Messages Posted 686
Likes Received 509