Hoping someone has an idea how to do what I'm going to describe or a better alternative.
WE WANT SOME LEVEL OF FEEDBACK ON WHAT HAPPENED THOUGH
Hope that is enough of a description.
Is something like this possible?
Solved! Go to Solution.
Simple.
Include the Email address in the query string and set it to Auto-Fill a Hidden form fields Make sure the form does not submit the Munchkin cookie.
You can include other fields in the query string if you like and just have them decorate other areas on the page (they do not need to be submitted along with the form, it’s best to only include Email because the other fields could theoretically have changed after the alert was sent).
I don’t see how this would be confusing if you name the form appropriately: Salesperson Self-Service Update. It’s like having a Referral Form — some forms aren’t submitted by leads themselves but that’s fine.
Logging form-fill activities on the lead record for the form-fills that they didn't do doesn't seem very appealing to me, instead, why don't you create a custom object linked with the person object and store the broker's conversation info there? CO records can be added/updated via a list import or API. Additionally, if your broker fills out the form with the person's email address, the broker would get cookied as the person's record itself and all the activity done by them (broker) would be logged in the person's activity log (which isn't a good idea IMO).
Totally agree there, that would cause all sorts of problems. The only viable alternative would indeed be leveraging the API (if you want an automated process) to capture the feedback and store it in a custom object or custom activity.
Simple.
Include the Email address in the query string and set it to Auto-Fill a Hidden form fields Make sure the form does not submit the Munchkin cookie.
You can include other fields in the query string if you like and just have them decorate other areas on the page (they do not need to be submitted along with the form, it’s best to only include Email because the other fields could theoretically have changed after the alert was sent).
I don’t see how this would be confusing if you name the form appropriately: Salesperson Self-Service Update. It’s like having a Referral Form — some forms aren’t submitted by leads themselves but that’s fine.
thank you for the reply. I like that the solution seems simple. I'm a bit lost on the query string bit but will work with my ETUMOS support person to implement. Have a good weekend
I'm a bit lost on the query string bit
Use this! 👇