Logging Custom Form Submission in Activities

David Pearson asked on August 9, 2016 20:53

I have a custom form, that is recorded using the BizForm API. After the form is submitted, I update the OnlineMarketingContext.CurrentContact with the contact info I capture.

How do I trigger the Form Submission to be recorded in activities (Contact Management Activities Details Form Record ) via API?

Thanks David

Correct Answer

Rui Wang answered on August 9, 2016 21:41

Hi David

Here is the document on Logging custom activities through the API and the API sample for login activity

And that can be trigger by the form submit event

3 votesVote for this answer Unmark Correct answer

Recent Answers


David Pearson answered on August 9, 2016 22:15

Thanks Rui, looking at those link now.

Just a min ago I got this to work: https://docs.kentico.com/pages/viewpage.action?pageId=3309730#Managingon-linemarketingactivities(API)-Loggingcustomactivities

This example creates and inserts a custom activity into Contact Management.

I will try the form submit event next, I see where that will help with another item.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.