Hello
I've created a landing page record in Creatio for collection contact data, which creates Contacts, not Leads. It works fine, but I would like to extend the list of the fields which are involved in Contact creation.
I mean that data from all neccessary fields from my webform is transfered in new Submitted form record. But for the Contact record the only fields FullName, Phone and Email are used by default. If I try to add more fields (jobtitle, for example), their value are not transfered to Contact record despite of configured mapping on the webform side.
I've checked the BP "Searching and creating contact" and found that it can read only few contact fields from web service data (from web to object mechanism). So, my question is how can one extend the list of the Contact fields obtained from web to object mechanism? Or is there another way for solving my task?
Thank you!