Rawdon Edghill
86 posts
Registered:
16 Dec 2020
19 Jul 2023
Link to this post
Hi Dmitriy,
Thank you for your question.
Kindly see the documentation with regards to TPC Form Submission Events
https://www.crmportalconnector.com/developer-network/documentation/developing-for-tpc/portal-form-submission-events
You can look in the submission entity in the event object.
Entity submissionEntity = @event.SubmissionEntity;
SubmissionEntity.Attributes is where the submitted fields are located.
Regards,
Rawdon