[tor-bugs] #27830 [Webpages/Website]: Add "(optional)" to the placeholder text for name fields for newsletter signup

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Sep 23 15:05:10 UTC 2018


#27830: Add "(optional)" to the placeholder text for name fields for newsletter
signup
----------------------------------+---------------------
     Reporter:  irl               |      Owner:  hiro
         Type:  defect            |     Status:  new
     Priority:  Medium            |  Milestone:
    Component:  Webpages/Website  |    Version:
     Severity:  Normal            |   Keywords:  ux-team
Actual Points:                    |  Parent ID:
       Points:                    |   Reviewer:
      Sponsor:                    |
----------------------------------+---------------------
 The *required at the top of the form was completely missed by me when I
 saw this page opening Tor Browser. This would make it more obvious those
 fields are not required and may improve conversion rate.

 {{{
 diff --git a/templates/intro.html b/templates/intro.html
 index e93a3b6..6d41b23 100644
 --- a/templates/intro.html
 +++ b/templates/intro.html
 @@ -29,10 +29,10 @@
      <form action="https://donate.torproject.org/subscription-request"
 method="POST">
        <div class="form-group row">
         <div class="col">
 -         <input class="form-control form-control-lg" id="firstName"
 name="firstName" placeholder="First Name" value="" type="text">
 +         <input class="form-control form-control-lg" id="firstName"
 name="firstName" placeholder="First Name (optional)" value="" type="text">
         </div>
         <div class="col">
 -         <input class="form-control form-control-lg" id="lastName"
 name="lastName" placeholder="Last Name" value="" type="text">
 +         <input class="form-control form-control-lg" id="lastName"
 name="lastName" placeholder="Last Name (optional)" value="" type="text">
         </div>
        </div>
        <div class="form-group row">
 }}}

 (Personally I would prefer to not ask for a name at all. Additionally, the
 concept of first and last names is quite a Western idea as I understand it
 and may not translate well in other cultures where names work
 differently.)

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27830>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list