F
F
funkynick892017-10-10 19:13:55
PHP
funkynick89, 2017-10-10 19:13:55

Filling out a form, creating a document and sending it to the mail, what is the best way to implement it?

There is a need to create a form on the page with several standard fields such as:
-full name -phone
number
-email
-passport data
Consent to the processing of personal data and acceptance of the offer, a link to the contract and the "Accept" button.
After that, the data is substituted into the standard contract form and a copy of the contract in doc or pdf format is sent to the mail of the person who filled out this form.
What tools and libraries is the best way to implement this solution?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Bjornie, 2017-10-10
@Bjornie

HTML (form) + PHP (validation on the server, sending email) + JS (jQuery - effects, validating forms before sending). Done in an hour.
No libraries are needed other than jQuery Bootstrap for speed if the form needs to be spanked quickly and efficiently.

E
Edward Tibet, 2017-10-12
@eduardtibet

Can you tell me why this question has the tag: "Documentation"?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question