H
H
heducose2017-07-26 00:12:35
JavaScript
heducose, 2017-07-26 00:12:35

How to implement form validation?

There is a form on the frontend (Vue).
After submitting, the form is processed on the server (Express), and it sends its content to my mail.
How to implement an output about successful processing on the client?
Front and backend are separate applications on different domains.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Kulakov, 2017-07-26
@heducose

What's the problem? Do you exchange via ajax? Return a response after being processed by the server. Based on the response, show success/failure to the user.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question