Please can somebody tell me how to make contact form in construct.
You can easily make it with Form Control objects - TextInput, Button, List etc.
The big question is where do you want to send the data entered in the form?
Develop games in your browser. Powerful, performant & highly capable.
On the mail I set. Can you tell me how to do it?
Search the forum, many people have asked this. You either need a php script on your web server which will send emails:
construct.net/en/tutorials/sending-an-email-from-construct2-1068
or use a service like this.