Skip to main content
Pmartinez
Participant
October 11, 2016
Question

How do you get information from a dropdown field on one page to transfer to a text field on another page?

  • October 11, 2016
  • 1 reply
  • 215 views

I am creating a time card that has pages for each day of the week and the cover page allows the superintendent to select his crew from a drop down list. I need to get the information from the drop down fields to the daily pages as a text field that cannot be altered once selected. Is there an easy way to do this or perhaps some sort of java script?

Thanks in advance for any help.

Mary

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
October 11, 2016

Do you want to copy the value of one field to another, or to concatenate the values of multiple fields to a single field?

Also, what do you mean by "that cannot be altered once selected"? Should the text field not be editable (unless the dropdown is changed), or should the dropdown field become read-only once you make a selection in it?