JustinWen

JustinWen

Contact Me
Online Status
Offline
Date Last Visited
‎06-20-2025 01:30 PM
Level 1
Joined the community 04-12-2020
Rank Icon Level 1
  • solved badge Re: leadCapture/save in Ajax get FAIL status

    Wow, that is bad. I am using JS API on our website, but this time we do not want to load JS or render Marto form HTML if this is possible. So we are looking for any solution if we can achieve this. This should be my last question:Is any solution if changing to serverside? I used REST API from the s...

    image_type
    Discussions
    6407 0 0
  • solved badge Re: leadCapture/save in Ajax get FAIL status

    I just saw this post: https://nation.marketo.com/t5/Product-Discussions/Form-submission-using-POST-menthod/td-p/40834/page/2now I changed save to save2 and added formVid, my ajax returns the response status correctly!thanks for your help!

    image_type
    Discussions
    6436 0 2
  • solved badge Re: leadCapture/save in Ajax get FAIL status

    Thanks SanfordWhiteman,I saw that solution, the idea works for me. But we do not want to render Markto form(even it is hidden) and load Markto script on the front side.I also tried the REST API(https://github.com/Marketo/REST-Sample-Code/blob/master/php/LeadDatabase/Leads/PushLeadToMarketo.php), but...

    image_type
    Discussions
    6462 0 4
  • solved badge Re: leadCapture/save in Ajax get FAIL status

    const data = {'munchkinId': 'xxx-xxx-xxx','formid':'xxxx', // (formid is included)'LeadSource': $.cookie('XYZutm_source'),'Phone': '888-888-8888','Person Source': 'test',}

    image_type
    Discussions
    6528 0 0
  • solved badge Re: leadCapture/save in Ajax get FAIL status

    Sorry for the confusion. it is not server to sever. Basically, when the user submits a form I will send a lead to markto by using this code:HTML: JS:$('.js-lead-capture').click(function (e) {e.preventDefault();const data = {'munchkinId': 'xxx-xxx-xxx','LeadSource': $.cookie('XYZutm_source'),'Phone':...

    image_type
    Discussions
    6529 0 7
  • solved badge leadCapture/save in Ajax get FAIL status

    Hi,I need to send lead from sever to sever, here is the code when the form is submitted:let data= {'munchkinId': 'xxx-xxx-xxx','formid': xxx,'Email': 'xxxx@xxx.com'}$.ajax({type: 'POST',url: '//xxx.oursite.com/index.php/leadCapture/save',data: data,success: function (data) { console.log('run callb...

    image_type
    Discussions
    6536 0 9
Latest Tags
No tags yet
Sort By
  • Give Back 5 Give Back 5 Earned on 2.08.21 Earned by 1285 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 2.08.21 Earned by 1978 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 2.08.21 Earned by 4367 people Select to learn more
  • Ignite 1 Ignite 1 Earned on 2.08.21 Earned by 4268 people Select to learn more
  • Applaud 1000 Applaud 1000 Earned by 3 people Select to learn more
  • Applaud 5 Applaud 5 Earned by 1842 people Select to learn more
  • Validate 500 Validate 500 Earned by 2 people Select to learn more
  • Boost 250 Boost 250 Earned by 59 people Select to learn more
  • Affirm 250 Affirm 250 Earned by 4 people Select to learn more
  • Shape 50 Shape 50 Earned by 7 people Select to learn more
  • Give Back 400 Give Back 400 Earned by 33 people Select to learn more
  • Ignite 70 Ignite 70 Earned by 19 people Select to learn more
  • Publish 70 Publish 70 Earned by 4 people Select to learn more
  • Validate 250 Validate 250 Earned by 3 people Select to learn more
  • Give Back 300 Give Back 300 Earned by 41 people Select to learn more
  • Ignite 60 Ignite 60 Earned by 24 people Select to learn more
  • Engage 100 Engage 100 Earned by 3 people Select to learn more
  • Publish 60 Publish 60 Earned by 4 people Select to learn more
  • Applaud 500 Applaud 500 Earned by 16 people Select to learn more
  • Boost 100 Boost 100 Earned by 121 people Select to learn more
  • Affirm 100 Affirm 100 Earned by 14 people Select to learn more
  • Give Back 200 Give Back 200 Earned by 57 people Select to learn more
  • Ignite 50 Ignite 50 Earned by 30 people Select to learn more
  • Publish 50 Publish 50 Earned by 4 people Select to learn more
  • Give Back 100 Give Back 100 Earned by 107 people Select to learn more
  • Ignite 40 Ignite 40 Earned by 42 people Select to learn more
  • Publish 40 Publish 40 Earned by 6 people Select to learn more
  • Validate 100 Validate 100 Earned by 3 people Select to learn more
  • Boost 50 Boost 50 Earned by 204 people Select to learn more
  • Affirm 50 Affirm 50 Earned by 25 people Select to learn more
  • Give Back 50 Give Back 50 Earned by 176 people Select to learn more
  • Ignite 20 Ignite 20 Earned by 116 people Select to learn more
  • Publish 30 Publish 30 Earned by 7 people Select to learn more
  • Boost 25 Boost 25 Earned by 353 people Select to learn more
  • Affirm 25 Affirm 25 Earned by 51 people Select to learn more
  •  Give Back 25 Give Back 25 Earned by 332 people Select to learn more
  • Ignite 30 Ignite 30 Earned by 61 people Select to learn more
  • Ignite 10 Ignite 10 Earned by 296 people Select to learn more
  • Give Back 10 Give Back 10 Earned by 719 people Select to learn more
  • Affirm 3 Affirm 3 Earned by 214 people Select to learn more
Public Statistics
Date Registered ‎12-04-2020 01:29 PM
Date Last Visited ‎06-20-2025 01:30 PM
Total Messages Posted 6