OLD | NEW |
(Empty) | |
| 1 #{{reasons-header[Form heading] Please select the reason(s) why you uninstalled
Adblock Plus:}} |
| 2 |
| 3 <form id="reasons-form" action="uninstall-abp-submit" method="post"> |
| 4 <ul id="reasons"> |
| 5 <li> |
| 6 <label> |
| 7 <input id="reason-other" type="checkbox" name="reason" value="0v0" /> |
| 8 <span>{{reason-other[Last uninstallation reason] Other, namely...}}</spa
n> |
| 9 </label> |
| 10 <textarea id="reason-other-input" class="hidden" name="reasonOther" placeh
older="{{reason-other-placeholder[Textarea placeholder text, appears after selec
ting 'Other, namely...' option] Please explain why you are uninstalling Adblock
Plus}}"></textarea> |
| 11 </li> |
| 12 </ul> |
| 13 <button id="submit-form" type="button">{{submit[Submit button text] Submit}}</
button> |
| 14 <span class="error-label">{{error-msg[Error message, is being shown after subm
ission if no item selected] Please select at least one of the options above}}</s
pan> |
| 15 </form> |
| 16 |
| 17 {{disclaimer[Disclaimer below form] By clicking Submit, you are sending your res
ponse to Adblock Plus. Please see our [privacy policy](https://adblockplus.org/p
rivacy).}} |
| 18 {: .disclaimer } |
OLD | NEW |