[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Mozilla Corporation. # Portions created by Mozilla are Copyright (C) 2008 Mozilla # Corporation. All Rights Reserved. # # Contributor(s): Mark Smith # Reed Loden #%] [% PROCESS global/variables.none.tmpl %] [% inline_style = BLOCK %] #heading { font-size: 2em; font-weight: bold; } .row { padding-bottom: 10px; } [% END %] [% inline_javascript = BLOCK %] $(function() { $('#nda_needed').on('change', function() { if ($('#nda_needed').val() == 'Yes') { $('#nda_needed_reason_row').show(); } else { $('#nda_needed_reason_row').hide(); } }); $('#ndaForm').submit(function () { if ($('#nda_needed').val() == 'Yes' && $('#nda_needed_reason').val() == '') { alert('Please explain why confidential information needs to be shared at this stage.'); return false; } return true; }); }); [% END %] [% PROCESS global/header.html.tmpl title = "NDA Request Form" generate_api_token = 1 style = inline_style javascript = inline_javascript %]
NDA Request Form

Note: Do NOT add non-employees to this [% terms.bug %]. To maintain attorney-client privilege and confidentiality, legal [% terms.bugs %] are only visible to the reporter, the legal team, and the cc list.

[% IF user.in_group('canconfirm') %] [% END %]
Other Party Information
[% PROCESS global/footer.html.tmpl %]