Skip to main content

Hybrid Remote Work Option

The Allows remote work field in the campaign working location form previously only supported a binary choice (yes or no) via a checkbox. This has been changed to a select dropdown with three options: No, Yes, and Hybrid.


The new "hybrid" value allows integrators and end users to indicate that a position supports a mix of remote and on-site work. The allowsRemoteWork field on postingDetails.workingLocation now accepts the string "hybrid" in addition to the previously supported values (0, 1, "0", "1", true, false, null).


This change is backwards compatible. Existing integrations that set allowsRemoteWork to 0, 1, or any previously valid value will continue to work without modification. The select dropdown automatically maps legacy values to the correct option.

UI Changes

The form field has been converted from a checkbox to a select dropdown. The HTML element ID has been changed from campaign-create-form-posting-details-working-location-allows-remote-work-checkbox to:

  • campaign-create-form-posting-details-working-location-allows-remote-work-select

The previous checkbox HTML element ID has been removed. For reference on HTML element ID conventions, see HTML Element IDs.

I18n

The following i18n translations have been added:

Key"en" value"de" value"nl" value"fr" value"es" value"it" value
common.yesYesJaJaOui
common.noNoNeinNeeNonNoNo
campaign.work-location.allows-remote-work.option-hybridHybridHybridHybrideHybrideHíbridoIbrido

Smartfill

The Allows remote work field continues to be supported by Smartfill. AI-assisted prefilling can now also return the "hybrid" value when applicable.