Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
hmm that is interesting. Thank you for your response. I have spent hours on this trying to figure out why. But its still loading the IFRAME twice. Is there a method that I could use to build some logic to see if there is an IFRAME already loaded, then don't load another one? I've changed it so that ...
Thank you for responding! Here is a link: https://build-557df12e-bbe4-4598-a738-a7b002ad301c.gatsbyjs.io/eliminate/I also updated the code to match what that article shows. import React, { useState ,useEffect, useRef } from 'react';import styled from 'styled-components';import media from '../../styl...
This project is a GatsbyJS Project. I have a button component that takes in the id of the marketo form, and the button text that when the button is clicked, it opens up a light box that holds a Marketo form. The form renders just fine. However, after filling out a form and hitting submit, this error...