• I first implemented a Greenhouse job board with inline forms but the applications never showed up in Greenhouse. Then I switched to an inline form for the time-being just to make sure that forms were being submitted but as you can see on the page, the jobs show up once when the shortcode is executed and then below there is another iframe duplicating that data, confusing applicants.

    First critical question: How do I remove the duplicate iframe below? I’ve tried hiding it with Javascript and CSS but that doesn’t work, probably because the iframe is loaded programmatically. Is there an event I can use to hide it or is there a setting I should use to hide that second board?

    Second question: How do I debug the inline form submissions?

    • This topic was modified 6 years, 2 months ago by rhoded. Reason: Updated live site, provided staging site link that shows error

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rhoded

    (@rhoded)

    So I figured out some things:

    1. The job board shows twice on page load, once how I’ve styled it and second is just an iframe loaded from Greenhouse.
    2. After clicking “Apply Now”, the job board iframe at the bottom will disappear. This is how I’ve hacked hiding it for now; I wrote a script to click the first “Apply Now” button twice.
    3. The iframe loaded job board will show the full description on clicking the “Apply Now” button, which means that when someone clicks “Read Full Description” and then decides they want to apply, they click the “Apply Now” button and have to scroll through the full description again before they get to the form. That is not ideal and I’ve hacked that in production by hiding the “Read Full Description” link and tagging “Read Description & ” in front of the “Apply Now” button.

    These bugs make this pretty unusable without a lot of extra code, especially in that the inline form just isn’t working. If there is anything I can provide from my setup that will help let me know.

    Thread Starter rhoded

    (@rhoded)

    Additionally, is there any way I can recover lost applications from before I switched to the iframe job board? We used the inline job board for several weeks so we may have lost some excellent candidates ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Neither Inline nor iFrame Job Board Working’ is closed to new replies.