function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pirabupirabu 

How to track email campaign response from member automatically?

I have created a campaign and custom html email template.


To track the response, i have added

 

campaign id
First Name,
Last Name,
Account,
Member Status
Contact id and submit button using web to lead form.


Once i send the mail, if user clicks the submit button, My campaign is creating a new lead instead of
changing the particular Lead/Contact member status as Responded.


Can anyone help me about how to get the Responded status automatically?


My form as follows


<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">

 

<input type=hidden name="oid" value="00XXXXXXXXXXXXX">
<input type=hidden name="retURL" value="http://www.salesforce.com">

 <input type="submit" name="submit" value="I confirm">


<input type="hidden" id="first_name" name="first_name" value="{!Lead.FirstName}" />
<input type="hidden" id="last_name" name="last_name" value="{!Lead.LastName}" />
<input type="hidden" id="email" name="email" value="{!Lead.Email}" />

<input type="hidden" id="Company" name="Company" value="{!Lead.Company}" />

<input type="hidden" id="Contact_ID" name="Contact_ID" value="{!Contact.Id}" />
<input type="hidden" id="Campaign_ID" name="Campaign_ID" value="701XXXXXXXXXXX" />
<input type="hidden" id="member_status" name="member_status" value="Responded" />

 

 


</form>

Venu EVenu E
Hello,

MassMailer’s email reporting allows you to track the success of the emails that you send. Easily measure the performance of your emails with accurate and detailed statistics, including the open rate, click-through rate, bounces, spam reports, unsubscribes, and more.

You can play with this app free trail for 15 days -  https://goo.gl/wvcZ3P

Do you want to know more details click here https://goo.gl/e0RtSm

Regards
Venu E