How to automatically set submitted form field values based on another field

Digioh App Marketplace

In Digioh, you can configure custom form fields to automatically “map” their input to the value of another custom field. “Map” here means transform each specific value into another value, then set that value in another field.

  1. Install the Map Custom Fields app from the Profile Menu (top right) > Custom JS (Apps), then Publish.
  2. In your form, open the custom field you want to map to another field, scroll down and look for Metadata.
  3. Set the special key “map_field”, with value being the name of the target field custom_1, custom_2, …
  4. For each possible input value, set it as a metadata key, with the metadata value being the transformed result set in the target field.