Automatically adding a field in CMS

I am wanting to automatically add a cms field to an item based off the value in another field. For example if field “Email” says xyz then Field “Property” will automatically become 123 in the cms.

Basically trying to link whatever a customer selects as their “property” in a form with corresponding email address in the cms.

Many Thanks

Do you mean you want to input an item in a CMS collection or add a new field?

Fill out an items field

You can use data hooks to achieve that

1 Like

All pretty new to me. Could you give some more details?