V
V
Vitaly Frolov2017-09-13 16:36:11
JavaScript
Vitaly Frolov, 2017-09-13 16:36:11

How to set up the Ninja form correctly, specify the address where to send letters?

I added the form to my site. When sending, it says that the parameters are not correct, etc., etc..
060dbf80a35249409e3e5bc1b646c3ff.png
Here is the setting itself, where to send the form, etc.
6703f080b2944ed29636d90b892ebf4e.png
What values ​​​​to write so that everything works correctly?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Spirin, 2019-05-27
@Aodhan

Simulation of user input.

A
Andrew Hecc, 2019-05-27
@Hecc

This is a custom event.
https://developer.mozilla.org/en/docs/Web/API/Cust...
A custom event is created, a value is passed to the object of this event, and then it is called on the element that was passed to the changeValue function.
The only thing that is strange is the name of this event "input", it duplicates the browser event - will there be any conflicts.
UPD. I didn’t finish watching a little, this is not a Custom event, but an ordinary one. But the essence remains the same:

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question