Impacts of modifying the prompt for mandatory fields
----------------------------------------------------

* functions/widgets.php

	Update get_input_field(...) to modify the $prompt
	value to include a star if compulsory_ind is set.

* Will cause issues for mandatory javascript, which will
also include the '*', but then perhaps this is desired,
not sure.