
Hi everyone
Struggling a bit with this. I want to populate a lookup on a popup modal but the lookup value is on the previous modal and on the main webform. Can some maybe help me with the javascript/jquery to fetch the value so I can populate the lookup field on document.ready.
I have included screenshots to explain the scenario.
1. My main step which has the lookup value under #EntityFormView_EntityID
2. The first popup modal which already has the lookup value
3. The 2nd popup modal where I need to prepopulate the ethics application value of screenshot 1 and 2
Would really appreciate some help.
Thanks in advance.
Hi, I think my main question here do you need to populate the record at that level with the main record?
Technically speaking, you can achieve this via JS (via retrieve the parent window elements) or via classic Workflows (populating the field via the record in the middle).
Let me know if you need help with either approach.