I'm making a form page. I want it to handle both creating a new entry or modifying an existing entry. I have a radio button and you can select either "create new" or "modify existing". I want the form to look slightly different for each. Modifying will also have a dropdown to select which entry you are to modify. Modifying should also pre-populate the fields with the data for that entry.
Help?