Forums
Home / Plugin: Contact Form 7 / How to set input value via php?
(@extazy)
3 years, 5 months ago
Hi. I have a code:
$ga = explode(".", $_COOKIE['_ga']); $cid = $ga[2].".".$ga[3];
I want to add $cid as value of hidden input in cf7? How to do it?
help please