How To on using your own form processor with webflow form

https://preview.webflow.com/preview/de-glazen-swaan-809fb4fb931a01d0f9f988a?utm_medium=preview_link&utm_source=designer&utm_content=de-glazen-swaan-809fb4fb931a01d0f9f988a&preview=6f880c17f97aaf250b0abf83397c449e&workflow=preview

Hi guys, I tried to implement this but could not get it working. Would anybody be so kind to maybe point me in the right direction?

I modified the php script as:

/* Help: EMAIL_NAME Setting /
$EMAIL_NAME = “[1]+”; /
the ‘^’ is an important security feature! */

/* Help: TARGET_EMAIL Setting */
$TARGET_EMAIL = array(EMAIL_NAME.“@deglazenswaan.nl$”);

/* Help: EMAIL_ADDRS Setting */
$EMAIL_ADDRS = array();

/* Help: DEF_ALERT Setting */
$DEF_ALERT = “goderd@reddogdesign.nl”;

I tested it on the form in the exported website but the first message in the browser I get is:

“This is an unsafe form. This form is sent in a secure manner. Are you sure you want to continue?”

And when I click continue I get:

“Safari cannot find the server. Safari cannot open the page ‘www.glazenswaan.nl/formmail.php’ because the server ‘www.glazenswaan.nl’ is untraceable.”

I noticed the URL is incomplete in these alerts. The complete URL is www.deglazenswaan.nl and not www.glazenswaan.nl

Hope someone can help me :pray:


  1. -a-z0-9._ ↩︎

I am trying to implement this form processor but I seem to be having an issue that I can’t resolve.

I am building a website for a client and I have included a contact form. While setting it up, I used my own personal email address for testing purposes until I had everything working. I thought it would be simple to just change the TARGET_EMAIL in the .php file and the recipients value in the .html file. I have made these changes and tested the form - it loads the success page but no email arrives in my client’s inbox. Change it back to my details and everything works. I have now included both mine and the client’s email address - I receive the email but the client doesn’t. I have tried sending an email from my address to the client and this is received so the client’s inbox is working fine. The client’s email address starts info@ - could that cause a problem?

I hope someone can suggest a solution to this as I am really struggling.

Thanks