dmartinijr

dmartinijr

Contact Me
Online Status
Offline
Date Last Visited
‎08-17-2023 11:18 AM
Level 2
Joined the community 08-12-2022
Rank Icon Level 2
  • Re: How Can I Use Form Functions Found Inside the MktoForms2 API Withi...

    const formHandler = () => { window.MktoForms2.whenReady((mktoForm) => { console.log(mktoForm) }) } Apologies for the typo above, the proper mktoForm is within my local project. The mktoForm object prints to console but the form element that should be associated with it is still undefined...

    image_type
    Discussions
    2113 0 1
  • Re: How Can I Use Form Functions Found Inside the MktoForms2 API Withi...

    Thanks for the insight. I think I had just been trying every combination which way because I was stuck. const formHandler = () => { window.MktoForms2.whenReady((form) => { window.form.onSubmit((form)=>{ console.log('test') window.form.submit() }) }) }It still cannot re...

    image_type
    Discussions
    2126 0 3
  • How Can I Use Form Functions Found Inside the MktoForms2 API Within a ...

    I'm building a native react app that loads a Marketo form inside a modal when they hit a CTA button within the app. import React, { useState, useEffect } from 'react';const marketoScriptId = 'mktoForms';export default function MarketoForm({ formId, formData }) { const [isLoaded, setIsLoaded] = useS...

    image_type
    Discussions
    2154 0 5
  • Events/Conversions from UA not working as expected in GA4

    We have conversions that have been set up and tracking in Universal Analytics for years, and now after the GA4 migration are no longer working. I can see the Marketo Form Listener & Marketo Successful Submit tags being fired when they are supposed to be, so it seems like things on the GTM side are w...

    image_type
    Discussions
    1286 0 2
  • Re: Post-map-repost Marketo Referral Form

    Since the fields are required to begin with, and I'm not changing or manipulating their values in any way, there shouldn't be any reason to force assign them a value. I've tried this method to rule it out, and ultimately reverted the code back because it was unnecessary. So oddly enough, the code r...

    image_type
    Discussions
    2777 0 2
  • Re: Post-map-repost Marketo Referral Form

    Thanks! This is very helpful. I will certainly work towards implementing the V2 of the code - but I'd like to at least get this V1 working since I believe I'm very close. Any additional ideas as to why this would fail? Revised code below & updated JSFiddle for testing. Anything to do with hidden fie...

    image_type
    Discussions
    2789 0 4
  • Re: Post-map-repost Marketo Referral Form

    Thank you very much for providing some insight here. Unfortunately the form still does not post even when values are assigned to required fields & the "_mkt_trk" is set to null on the second post. Any other ideas? Is there any way to post errors to the console so I'm not just blindly guessing at wha...

    image_type
    Discussions
    2797 0 6
  • Post-map-repost Marketo Referral Form

    I'm trying to submit a form twice via Marketo. The first submit should post all of the original data. The second submit should remap some of the form values. For some reason the form just gets stuck at "Please wait" when submitting. No errors - nothing. Can someone help me?

    image_type
    Discussions
    2842 0 9

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!
  • Give Back 5 Give Back 5 Earned on 8.17.23 Earned by 1283 people Select to learn more
  • Ignite 3 Ignite 3 Earned on 8.16.23 Earned by 1175 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 12.09.22 Earned by 1978 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 12.09.22 Earned by 4367 people Select to learn more
  • Ignite 1 Ignite 1 Earned on 12.08.22 Earned by 4267 people Select to learn more
Public Statistics
Date Registered ‎12-08-2022 11:44 AM
Date Last Visited ‎08-17-2023 11:18 AM
Total Messages Posted 8