I want to prevent being abel to select the model itself.
But forward.Field("id", "ignore_id"), doesn't work since there is no "id" form field. What is the easiest way to handle this?
I guess I could write a javascript handler to look at the URL, but maybe there is a simpler way to achieve this.