Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you give me some more details, is this a form in the Post content?

    I used to be able to pass the cookie value into a form field by placing this inside the field value:

    <?php echo $_COOKIE[get_option('cookie_param1')]; ?>

    But now I can’t get that to work. Any ideas?

    actually, I just figured out a new way:

    <?php echo $_COOKIE['ref']; ?>

    Replace ref with whatever your cookie parameter is.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Cookie Monster] how do I use cookie monster on a form?’ is closed to new replies.