I'm trying to build an app in which users can select from the options on a drop down and get placed on a new layout, showing their entries (User Specific). I have the dropdown text boxs working with some conditional logic. However I am unsure how to string the selections into an entry that prints out text onto another layout. Eventually I'll want to be able to have an admin edit the entry if needed or delete, but for now just getting this far is enough as I'm familiar with local storage or (more than likely) serverside scripting with a DB.
Anyhelp is much appreciated, thank you.