function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mhamberg1mhamberg1 

refreshing hidden field value based on form value

I have a scenario where I want the user to input an Account ID as text in a field on my form. Then, after they update that field, I want to take that value and save it as the Account__c value which is a hidden field on my form.

 

Basically I'm looking for a way that a user can identify themselves with an account without being able to see the whole list of accounts out there using the lookup.

 

How would I modify this field dynamically upon them making that change?

 

Thanks