C
C
Cyrus2019-06-19 12:09:41
Email
Cyrus, 2019-06-19 12:09:41

Send to the mail from the data from the array + the completed form by the user?

Good afternoon! I must admit I was surprised (not to say that I was shocked) that such a powerful thing as vue cannot send a form and array data to the mail without crutches (PHP scripts, etc.) (I didn’t find it, maybe I searched badly).
The question is this: There is a form filled in by the user that has passed validation, there is an array of checkboxes, you need to send both checkbox data and form data to the mail .
Sandbox with the form HERE Because I did not find a solution on vue how to send it. I ask for help, because I am in despair.
I looked through YouTube on axios, I didn’t find a solution anywhere in the github, I don’t want to offer to cut jquery to a minimum. I do not understand where to dig.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nuruzov, 2019-06-19
@Nuruzov

Directly from VUE itself, it will not be possible to send a letter to the mail. For any data from the form, it is necessary to send it to the server via AJAX (axios) and from there to the mail.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question