I have 2 forms having same fields. I want to make use of 2 fields amoung them. i.e. Number(single Text field) and Producer(Lookup)
In 1st form, when i Fill the form, i fill Name(required), Number get triggered using plugin and so the field is disabled, and i select the producer from the lookup and save the form.
In form 2, The Name is a lookup of the same entity and when i select the name, both the Number and Producer should be auto populated.
How would i achieve this?
Thanks in Advance.