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.
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
@bigbensnake, Thank you. What contact form plugin are you using?
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