Transfer data from dropdown to a new form on submit

Transfer data from dropdown to a new form on submit


Hello, 

On submit I transfer data to another form which is working. However when I transfer data from a dropdown it reveals the ID of the dropdown and not the text.  How do I code to transfer data from a dropdown into a dropdown on another form on submit? 
  1. insert into Paraplanning
  2. [
  3.  Added_User = zoho.loginuser
  4.  Case_Details = input.Brief_Details_of_Advice_Given
  5.  Case_Status = "New Submission"
  6.  Client_Full_Name = input.Client_Name_to_be_Used_within_the_report
  7.  Date_Received = input.Date_Submitted
  8.  Email_of_Person_Who_Submitted_The_Case = input.Email_of_Person_Submitting_the_Case
  9.  Entity = input.Entity
  10.  Paraplanning_Submission_ID = input.Paraplanning_Submssion_ID
  11.  SLA_Deadline = input.Date_When_Required
  12. ]