How to link fields between forms? How to add a "copy content" option to a field?
Hey,
Question 1: How to link fields between forms?
- I have a form on which I manually add data, let's say Name.
- I have a second form that contains separate data, let's say Address.
- I have a third form that contains other separate data, let's say Phone number.
This is the resoult I would like to achieve:
- I insert data into the first form, in our example I enter the Name in a text field.
- I then go to the second form. I should have a selector called "Name" from where I can select the names inserted at step #1. After selecting the name, I should add the Address in a text field.
- I lastly go to the third from, where I should have the same "Name" selector from where I can select the names inserted at step #1. After selecting the name, I should add the Phone in a text field.
- After that I should have a report that shows all information that was filled in all forms.
Please note that the same Name (step #1) can have multiple Addresses (#2) and/or Phones (#3).
Question 2: How to add a "copy content" filed?
Is there any way to add a "copy content" option to a field, so I don't need to double-click & ctrl+c each time I want to grab content from a Report?
Thank you!