Hello,
I have a form which contains a lookup field to another table, and the users have the ability to enter a new record onto that lookup field. In the add form for the lookup field, I want to auto populate a field using the signed in user's details.
I know how to make use of liquid and jQuery to auto populate fields, but my issue here is that the schema name of the field that I want to auto populate in the add new entry of the lookup form is the same name as another field in the original form. They are both named "new_name" and I cannot change the schema name of a field, so when I perform the jQuery the field in the original form gets auto populated instead of the field in the lookup new entry form.
Is it even possible to auto populate a field in the add new entry of a lookup field or should I explore other options?
Thank you.