L
L
Legal Adviser2020-07-26 22:34:29
WordPress
Legal Adviser, 2020-07-26 22:34:29

How to do in cf7?

Hello everyone,
I decided to make an order form for CF7, but I can’t figure out how best to do it. Advice required.
There are services on the site, each service has a link to the order page. It is planned to place a form on the order page through the cf7 plugin. I can’t figure out how to make it so that the data from which service the request was sent is sent. After all, the plugin will send only the data of the order page.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Orkhan Hasanli, 2020-07-26
@azerphoenix

Hello!
1) Submit the form from the service page. Then look at the CF7 conditional tags
https://contactform7.com/special-mail-tags/
[_url]
2) If the order page is separate and the user goes there from the service page, then as an option, get HTTP_REFERER and write it to CF7.
https://www.php.net/manual/ru/reserved.variables.s...
or here, more -
https://developer.wordpress.org/reference/function...
https://developer.wordpress .org/reference/function...

V
Vyacheslav, 2015-01-29
@Proshka17

Because ul is indented by default in browser styles, set it to zero.
The answer to this question can be found in 5 seconds by opening developer tools (F12)

D
Denis Artemiev, 2015-01-29
@ArtDenis

I agree with everything said above.
The padding is called padding. You can reset it both for .menu_ul and for all elements.

D
Dmitry Katyushin, 2015-01-31
@A1ike

i always start in css like this:
* {
margin: 0;
padding: 0;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question