#Is it possible to set the value of a field based on a selection in another field?

6 messages · Page 1 of 1 (latest)

severe radish
#

Title says it all really.

I have a custom field that fetches data from a 3rd party API and renders a select component.

When the editor selects an option from this dropdown I want to fill in some other fields on the content item if they are don't already have a value.

prisma grove
#

Absolutely

#

check out useFormFields, it should do what you need 👍

severe radish
#

Awesome!

#

Thanks