Created a new wizard element for inputting strings.
This will be used for user function args which should be strings. The wizard page element_string()
method creates the element from the wizard_elements.String class. This class inherits from
wizard_elements.Base_value which contains most of the executable code.