I want create the original contact form by html. Usualy we can put html file in the server. But wix can’t use the file, so is there something how to do?
You can activate Wix Code under Tools in your site. Then you can create you own form using Wix Code and then code behaviour and whsat to happen when submitting. If you want to use some other form system like Wufoo or Typeform you can do so and just add the HTML Component on your site and just paste in the code.
Hi,
Welcome to Wix Code.
WixCode does not directly use HTML. Rather, the site is “designed” in the Wix Site Editor, and functionality is added with User Interface components, or by using WixCode. WixCode understands all of Javascript, except for anything that accesses the DOM.
Here are a couple of video tuturials that explain step-by-step how to create forms:
-
Create a Form in 5 Steps
Using the methods described in the tutorials, you will then be able to create your own contact form.
Good luck,
Yisrael
Forgot to mention an even easier way to add a contact form. Just add one from the components menu:
Chose one that suits your purposes, set the properties, and you’re good to go.
Thank you for every thing, I already create contactform by wixcode.
Then I want to receive email or something when the customer use
this contact form.
Can I do that?
This article should help: How to Send an Email on Form Submission
Hi Yisrael
I sow the contents.
I need API key but I don’t understand what kind of API I need.
I don’t use 3rdPT contactform , make original one.
Hi,
The api key mentioned in the article is for communicating with the 3rd party email service.
You can get it from sendgrid.com
Ido Inver, thank you I try it.