0

I have a form (NewForm.aspx) that I would like to have fields auto-populate based on a “single line of text” filed information.

To further explain, I want to be able to enter an account number into my “Account Number” single line of text filed, and upon doing that, the other fields (Customer and Contact Person)will auto populate with the Customer Name (which is the name of the business) and the contact person (which will contain either a persons name, or email address).

For example:

I go to my list and press “New Item”, which then displays the NewForm.aspx to fill out.

I want to be able to type in an account number, lets say 44656723, into the “Account Number” field

After doing that the Customer field auto-populates with, for example, “Microsoft” and the Contact Person field also auto-populates with “Bill Gates” or “BigDawgBillGates@microsoft.com”.

The info (name or email) being auto-populated into the “Contact Person” field will be based on what we have on file from where this data needs to be pulled from. I’m guessing it’ll be another list or something.

 

(Visited 846 times, 1 visits today)
Fred Y Answered question May 10, 2018
Add a Comment