• Resolved frweb

    (@frweb)


    Hello,
    I am using your plugin to send data from forms to some custom php files I created.
    Everything works fine besides the fact that the php page which receives the data does not read session variables and cookies.
    If I browse the custom php page directly from the browser It retrieves the cookie and sesison variables data so the problem is not in the php script.
    Any way I can get around this?

    Thanks

    https://www.ads-software.com/plugins/forms-3rdparty-integration/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author zaus

    (@zaus)

    My plugin uses wp_remote_post, so you’d need to hook to ...service_filter_args to add additional details like cookies. Or you could use my Dynamic Fields addon to include specific session/cookie data within the integration post.

    Thread Starter frweb

    (@frweb)

    Thank for the support,

    When using Dynamic Fields addon, do I have to place ##COOKIE:{wordpress_test_cookie}## (with my cookie name) in the Form Submission Field and check IsValue in the mapping tab?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cookie and session vars’ is closed to new replies.