Send Content based on the custom field value attached at registration level.
Code Block
#if ($cpr.getCustomFieldDisplayValue('type_of_recruitment') != 'Remote') // 'type_of_recruitment' is the variable name of the field.
On Premise Consent
#else
Remote Consent
#end