J
J
jertik2017-09-25 21:51:16
JavaScript
jertik, 2017-09-25 21:51:16

What plugin to use for contact form?

Is there such a contact form plugin for WP, where I just check the presence of a function in the theme (i.e. is the plugin activated) and generate the form markup using the functions of that very cherished plugin?
And then all of them seem to be user-oriented, it is necessary for the client to go to the site and poke the mouse ...
Or have I missed something or do not understand?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Olga, 2019-06-13
@olyabolya

The problem is solved, the field for displaying the data of the selected pickup point was not displayed.

A
Anton Usachov, 2019-06-13
@rockfeeler

I think you need to read the documentation more carefully. I guess the problem lies somewhere here.
2. Then, in the right place on the store's website, you need to put a link: Select a pickup point, on the "onclick" event of which the "boxberry.open" function from the previously connected file should be called. The "callback_function" parameter must be passed to this function, which will accept an array with the selected pickup point.
3. "callback_function" is the name of the javascript - the function that should be written on the checkout page. Its name can be anything, as long as it is passed as a parameter to "boxberry.open".
4. When you click on the "Select Department" button on the site, the
"callback_function" function is called, where an object with the keys
described in Table 2 is passed as a parameter. The data format in the returned object is strings.

M
Max Medar, 2017-09-26
@MedVedar

Contact form 7, for example, is displayed by shortcode. So use shortcode_exists() .

S
Sergey Savinsky, 2017-09-26
@sergionrg

I am using contact form 7

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question