This question may be related to a resolved thread.
I forgot the category. This is not working, it shows every category instead of only category id 4.
<form id="form">
<select name="jumpMenu" id="jumpMenu">
{reverse_related_entries weblog="publicaties" category="4"}
<option value="{url_title_path='publicaties'}">{title}</option>
{/reverse_related_entries}
</select>
</form>