I have a form the make a job
A job has a reference to an organization. It works fine
this is the code
<div class="form-group">
<label for="%%FORM_ID%%_organisatie">[cred_i18n name='organisatie-label']Organisatie[/cred_i18n]</label>
[cred_field field='organisatie' force_type='field' class='form-control' output='bootstrap' select_text='Selecteer de organisatie' author='$current']
</div>
but there are organizations with the same name.
Can I show in the select box more than just the field organisatie?
For example: the organization name with the location. (city)