Using Web2Phone with Wix
Add a fully working contact form to your Wix website — no premium app, no backend, and no extra plugins needed. Web2Phone sends submissions instantly to WhatsApp and email.
1. Create Your Form in Web2Phone
- Log in to your Web2Phone dashboard.
- Go to Forms → Create Form.
- Set up your fields (name, email, phone, message, etc.).
-
In Allowed Domains enter only your Wix hostname:
example.com(if using your own domain)yourname.wixsite.com(if you're using a free Wix URL)
- Save the form and copy your full Embed Snippet.
2. Add the Form to Your Wix Site
Wix allows you to embed custom HTML using the Embed element. This works perfectly with Web2Phone as long as you paste the full HTML + JS snippet.
Steps:
- Log in to Wix and open your site in the editor.
- Click Add (+) in the left toolbar.
- Select Embed → Embed a Widget.
- Click Enter Code.
- Paste your entire Web2Phone embed snippet:
<form data-web2phone="form" data-public-key="YOUR_PUBLIC_KEY" data-endpoint="YOUR_ENDPOINT"> <input name="name" placeholder="Your name"> <input name="email" type="email" placeholder="you@example.com"> <textarea name="message" placeholder="Message"></textarea> <button type="submit">Send</button> <p data-w2p-output></p> </form> <script src="https://web2phone.co.uk/static/formsapp/js/embed.js"></script>
Resize the embed box so the whole form is visible on your page.
3. Publish and Test
- Click Publish in the Wix editor.
- Open your live site (not the preview mode).
- Submit a test message.
- You should receive:
- ✔ An instant WhatsApp message (if enabled)
- ✔ A backup email
- ✔ A success message under the form
If something doesn't work, check the troubleshooting tips below.
4. Troubleshooting
-
No messages received?
Make sure your domain in Web2Phone matches exactly your Wix domain:
- ❌ Not allowed:
https://example.com - ❌ Not allowed:
www.example.com - ✔ Correct:
example.com
- ❌ Not allowed:
- The script doesn't load? Ensure the embed box is set to “HTML iframe” mode (Wix handles this automatically).
- Form doesn’t display correctly? Increase the height of the embed box so the entire form is visible.
- Error shown under the form? Check that you included the full HTML + JS snippet.
You're Ready!
Your Wix website is now connected to Web2Phone. You can add the form to multiple pages or create new forms for different purposes.
Back to Getting Started Create Your Free Account