I have two channels that are related, Artist and Artwork. I use SAEFCracker to allow the artist to add artwork. However, I do not want the artist to have to use the drop sown select menu for the relationship field in the artwork channel when he is doing the submit (too great a chance they will select the wrong artist). Instead I want to use a hidden field or something to set the relationship field so it relates to the artist who is doing the add automatically. I can only guess that I will have to write some sql update code that creates a new relationship entry and updates it with the entry id of the artist and the entry id of the artwork. Problem is I don’t know what the entry id of the artwork is until after the form has been posted and the artwork entry is created. Does this make any sense? Any idea on how to handle this?