question2 = TextField(name=NAME_FIELD, code=code_generator.next(),
        label=_("What is the %(entity_type)s's last name?") % {'entity_type': entity_name},
        defaultValue="some default value",
        instruction=_("Enter a %(entity_type)s last name") % {'entity_type': entity_name})