I found the easiest method is to change the link that points to edit-form into edit-form-advanced
it also displays all the other stuff but hey it was easy..
open bookmarklet.php
find:
<?php require('edit-form.php'); ?>
replace with
<?php require('edit-form-advanced.php'); ?>