...
The final output will be as given below:
Scenario 2: Mapping a new field to an already existing html page when it is added in classic page
...
Let us consider 'Location Code' is the new field added and that needs to be mapped on the MUI page.
Go to the classic page by using “content=ps”, then right click on the field and select 'Inspect'. This will get the 'id' as below in the browser console.
Now map the above 'id' to the 'psid' field in html file. Use appropriate handlebar to map these fields. Since it is a prompt field, here 'promptWithLabel2' handlebar is used.
For more details on using the handlebars, please click here.