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?
- insert into Paraplanning
- [
- Added_User = zoho.loginuser
- Case_Details = input.Brief_Details_of_Advice_Given
- Case_Status = "New Submission"
- Client_Full_Name = input.Client_Name_to_be_Used_within_the_report
- Date_Received = input.Date_Submitted
- Email_of_Person_Who_Submitted_The_Case = input.Email_of_Person_Submitting_the_Case
- Entity = input.Entity
- Paraplanning_Submission_ID = input.Paraplanning_Submssion_ID
- SLA_Deadline = input.Date_When_Required
- ]