Add new property to Order Form

Hello everyone, I would like to know if there is any way to add a new property to orderForm.clientProfileData.

Ex: I want to add a new email field for notifications, emailNotify, and I need it to be in the clientProfileData

I want to avoid having to use orderForm.customData

I believe you would have to create a custom field in the orderform, I think the clientProfileData section wouldn’t allow you to add more info.

here’s the documentation to add a new field in the orderForm

This documentation is exactly about customData, which is what I didn’t want to use, but unfortunately it’s the only option

Hi!

I can confirm that it is currently not possible to modify orderForm objects, except for the customData section.

The orderForm follows a fixed format, always focused on the platform’s core functionality. This is a way to avoid additional complexity, reducing the risk of blurring the responsibilities and applicability of the information contained within it.

Thank you!