I would like to autofill the name of an address when creating more addresses for an account. I guess I need a (java)script that retrieves the company name of the related account (previous form) and I would like to fill the name of the adress with "company name, address".
I succeeded to do some calculations with javascript in other forms but I've never retrieved data from other forms, so I especially need a script on how to do that. I'm not great at programming though, examples are always helpfull.