Store user inputs

I am creating survey page , were user selects bt 1-5. I want to store user selection (inputs). Note: In the back end table, I want to see

  1. Who took survey (Name of person)
  2. His/Her survey input choice
  3. When it was done.

Could I achieve in Streamlit. Please advice.