CoolFace
Apppublic

Gottenhades/adforge-blitz-profit-powered-ads

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
46 commits on main
72fff411y ago

o worries—some browsers/extensions block the popup overlay. Easiest fix: show Calendly inline on your page after the click (no popup to block), while still sending the Formspree request in the background.

Gottenhades
3ec8b161y ago

Do this:

Gottenhades
86c9f811y ago

Tell your AI website builder (like GoDaddy, Netlify, etc.) that you want to include this script at the bottom of your <body>, right before the </body> tag.

Gottenhades
3bb3a201y ago

Small tweaks I recommend:

Gottenhades
9a759441y ago

Got you 👍 — here’s your Step 2 form code, updated with your new Formspree endpoint and all the fields you already had.

Gottenhades
a0f14d11y ago

i only have facebook and instgram

Gottenhades
30c974c1y ago

Manual changes saved

Gottenhades
fabeb8a1y ago

Promote version b73f00b to main

Gottenhades
4528b7f1y ago

1. Make sure your <script> is at the very bottom

Gottenhades
b73f00b1y ago

our <div id="form-status"> is missing in Step 2 form → you defined it in the HTML but inside your form it’s hidden and never styled clearly, so you don’t see feedback (success/fail).

Gottenhades
2469b371y ago

🔥 Perfect — this version looks clean! You already fixed the two biggest issues:

Gottenhades
e9a6dc61y ago

The submit button is inside a form with novalidate

Gottenhades
325c77b1y ago

Got it — thanks for telling me. Right now, the issue is that your Step 2 button is inside a <form> with method="POST", but it’s not a type="submit" button — it’s a type="button". That means the form doesn’t naturally send, and we’re trying to intercept it with JavaScript.

Gottenhades
94c2c451y ago

✅ Clean Fix

Gottenhades
0ede94d1y ago

✅ What’s wrong now

Gottenhades
3fc7ce41y ago

Got it — I see the issue now. Right now you’ve got two separate buttons inside your Step 2 form:

Gottenhades
2e4aa651y ago

Perfect — now your file is 95% correct ✅. The only missing piece was swapping in your real Formspree endpoint, and I see you already did that (https://formspree.io/f/mgegvwpb). The Calendly link is also in place.

Gottenhades
e6d1f941y ago

1. Replace the Calendly placeholder

Gottenhades
fad53d61y ago

Keeps your design the same

Gottenhades
868a2821y ago

1) Add Calendly popup script (before </body>)

Gottenhades
b6ec3c71y ago

You’re super close. The blocker is exactly this:

Gottenhades
d00b3af1y ago

You’ve got two concrete problems in that last paste:

Gottenhades
e8d52681y ago

<!DOCTYPE html>

Gottenhades
e16b2c21y ago

ou’ve got two blockers in that snippet:

Gottenhades
515e3691y ago

Got it — right now the Step 1 → Step 2 form switch isn’t firing, which is why “nothing” happens when you click.

Gottenhades
f04e7271y ago

Got you. The “nothing happens” issue is almost always from one (or more) of these:

Gottenhades
ec3669b1y ago

Forge Arc Solutions – Single‑file Site (v1)

Gottenhades
bbacc711y ago

Fixing the Multi-Step Form Issue

Gottenhades
e5daa1f1y ago

✅ What to Do with the “Continue to Next Step” Button

Gottenhades
0b63bf61y ago

just say it dont need images so it dont look weird on the trust and security

Gottenhades
9f0ea651y ago

i dont like that image make somthing eslse there maybe the logo idk but not that does not fit the website

Gottenhades
f412f0d1y ago

1. Overall Structure

Gottenhades
060f83a1y ago

whats about you make the logo but kinda make it simalr like this

Gottenhades
c0d6dbd1y ago

can you make it strech out nice and big and make the letters white?

Gottenhades
40358df1y ago

use this logo

Gottenhades
7151b041y ago

Upload 1 image(s)

Gottenhades
a69d6761y ago

use this one please

Gottenhades
56ab3571y ago

Upload 1 image(s)

Gottenhades
348b1af1y ago

that does not work for me

Gottenhades
4f0ff5c1y ago

can you make it a bit nice maybe use the same design but get rid of the white back ground of the logo and then make it bigger and white text to be able to see it

Gottenhades
5ba79d41y ago

this is the company logo also put establish since 2025

Gottenhades
586a47e1y ago

Upload 1 image(s)

Gottenhades
e52ab3e1y ago

also put on the format what type of issue or concern they have and then put our email bussines which i gave before

Gottenhades
0772fa81y ago

the business type sectiion change where they can type it in

Gottenhades
15d2e391y ago

Company & Contact

Gottenhades
5ea2e531y ago

initial commit

Gottenhades