How to fix duplicate web3form contact forms not working on the same page?

Topic summary

Two Web3Form-based contact forms placed on the same page both fail to work when used together. Each form is a variation intended for different purposes, but neither functions if both are present simultaneously.

The poster suspects a conflict caused by identical script names or initialization and asks whether each form requires a separate access key. They request guidance on how to modify the scripts so both instances can operate independently on one page.

A script/code sample was referenced, but the provided code block is empty, leaving no technical details to analyze for conflicts (e.g., duplicate IDs, event listeners, or shared configuration).

No answers or resolution yet. Open questions: Do multiple Web3Form instances need distinct access keys, and what changes are needed to avoid script name or initialization collisions?

Summarized with AI on January 1. AI used: gpt-5.

Hello.

So im having an issue with 2 of the same web3form contact forms(both different edits for different things) on the same page. They both do not work on the same page.

Im pretty sure I just cant have the same script names, but I’m no too sure how to change them so they both work on the same page. Do I need a separate access key for each form, perhaps?

This is the script - let me know if you see what needs to be done, thanks so much!