# File lib/action_view/helpers/form_tag_helper.rb, line 485
      def url_field_tag(name, value = nil, options = {})
        text_field_tag(name, value, options.stringify_keys.update("type" => "url"))
      end