As outlined by the documentation, custom objects are not supported in web forms as of now.
Thanks for the response. In that case how can I customize the web form with some custom fields? There are articles about customizing the webform. If they are not supported by the web form how can they be supported at all?
You cannot. What articles are you talking about? Anf if they tell you what to do, why aren’t they helping you?
You could only do it with a completely custom web form and by using the public form channel endpoint. Then you could use the hidden “form_allowed_params” setting to allow custom attributes.
Understood.. Thank you. I have come across one more issue with the custom attributes.
I have now setup the ticket creation using email as a channel. The user email has the Id of the user. I want to extract the user id from the email address and populate the roll number custom attribute.
I tried with triggers and post master filters but it does not work.. Is there any other way where I can populate the roll number ( extracting the same from the email address) when the ticket is created ?