Simple Form Test

Testing FormValueLookup here

The idea behind a FormValueLookup is that it should be applied to static choices, such as drop down lists - i.e. not input boxes.

If there's a drop down of dates for example and those dates are translated by regular replacements (RepSimple) for example, this is good from a UI perspective but sometimes the values posted in the form get translated by mistake. For example if the values are the month names. Let's try that here.

This drop down will have the following items (listed here to show that regular translations are working):

Pick a Month and click the button

The form has this in the control:

PUT

Some pages use PUT to send the data to the server. We need to sometimes treat these like a form and reverse the translations. See TFS 3250.