• Resolved BeardlessTYP

    (@bigbensnake)


    Hey WordPress Affiliate Manager Team,
    I would like to transfer the affiliate ID in a contact form. Is there a shortcode for this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi,

    I would like to transfer the affiliate ID in a contact form.

    Can you provide more information. I want to make sure I understand your question correctly.

    Thank you.

    Thread Starter BeardlessTYP

    (@bigbensnake)

    Hi,

    We have a registration process on our homepage. When someone registers via a contact form, we install an external service. This service then runs for 30 days as a trial version. I would like to see the affiliate ID of the partner in the registration process.

    When someone fills out and submits our contact form via an affiliate link with ID 1, I need to see ID 1 when I receive the email.

    I hope I have explained this understandably

    Greetings

    Plugin Author affmngr

    (@affmngr)

    @bigbensnake, Thank you. What contact form plugin are you using?

    Thread Starter BeardlessTYP

    (@bigbensnake)

    sorry for the late reply. I have managed it myself. I created an invisible field in the form and write the ID in the field which I then send to myself.

    <script>
    document.getElementById("form-field-wpam_id").value=getCookieValue("wpam_id");
    </script>

    Thenks for you help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘read Affiliate ID at Contact Form’ is closed to new replies.