• 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?

    • This topic was modified 4 years, 7 months ago by Extazy.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘How to set input value via php?’ is closed to new replies.