I
I
IvankoPo2017-02-20 15:51:11
linux
IvankoPo, 2017-02-20 15:51:11

What technologies to use? To implement a site with a form filling out an application?

There is a simple 4-page site, HTML + CSS, the site provides some services and there is a number to contact me. I want to make a form where they could fill in some fields, and send this data somewhere to me. So here's how to make this form, where this data should come so that I can see it. What technologies should be used. Preferably as simple as possible

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Stalker_RED, 2017-02-20
@IvankoPo

You need to connect something that will receive data from your form, some kind of server part. The choice is quite wide - from writing your own in php, python, ruby, node.js or any other language convenient for you to using third-party solutions. For example, sending data from a form to google forms .
It is difficult to suggest specific technologies. there are no exact requirements and it is not known what exactly you consider simple and what is difficult.

A
Alexey Sol, 2017-02-20
@NN-webmaster

Um, you can search the Internet for a ready-made feedback form script. It is usually implemented through PHP and JS using AJAX to submit the form without reloading the page. This will be the easiest option. The completed form will be sent to your email. Search by keywords "feedback form".
But, by the way, if you don’t know programming well, then it will be even easier to pay a freelancer 500-1000 rubles, who will install this form on your site and test its performance. This is literally a matter of a couple of hours, especially if your site is, as you say, simple.
PS Well, by the way, as an option, you can use Google forms, as Stalker_RED already said. The form itself is made in the visual constructor from Google, everything is very simple there, and you simply paste the resulting ready-made code into the right place on the site.

G
Gregory, 2017-02-20
@gregst

https://www.jotform.com/
you design a form and insert it on your site through an iframe

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question