[%# 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 { width: 98%; font-size: 2em; font-weight: bold; margin: 12px; } .required:before { content: "* "; color: red; } .required_star { color: red; } p { max-width: 40%; } .row { padding-bottom: 10px; } [% END %] [% inline_javascript = BLOCK %] $(document).ready(function() { $('#crmForm').submit(function() { $('#short_desc').val($('#short_desc').val() + ': ' + $('#program_name').val()); }); $('#new_program_request').change(function() { if ($('#new_program_request').val() == 'Yes') { $('.new_program_request_row').show(); $('.new_program_request_row').find('textarea').each(function() { $(this).attr('required', true); }); } else { $('.new_program_request_row').hide(); $('.new_program_request_row').find('textarea').each(function() { $(this).removeAttr('required'); }); } }); }); [% END %] [% PROCESS global/header.html.tmpl title = "CRM/Email Marketing Request" generate_api_token = 1 style_urls = [ "skins/standard/attachment.css", "js/jquery/plugins/datetimepicker/datetimepicker.css" ] style = inline_style javascript = inline_javascript javascript_urls = [ "js/field.js", "js/util.js" ] jquery = [ "datetimepicker" ] %]
CRM/Email Marketing Requests

Mozilla continues to build our core, grow our influence, and prototype the future. Making connections and cultivating relationships is critical to helping people know our brands, programs and products, and take action with us.

Do you have Constituents, Contributors, or Customers whose Relationships you want to help nurture and manage?

Tell us more and then join our weekly meeting for next steps (we’ll send you the invite details once you submit the [% terms.bug %]):

[% IF user.in_group('canconfirm') %] [% END %]
[% WRAPPER program_request_row name = "way_to_solve" placeholder = "If so, what are the steps that you take in order to complete the task today?" %] Do you currently have a way to solve for this? [% END %] [% WRAPPER program_request_row name = "pain_points" %] What are the pain points in the current process? [% END %] [% WRAPPER program_request_row name = "perceived_benefits" %] What are the perceived benefits to changing the process? [% END %] [% WRAPPER program_request_row name = "data_size" placeholder = "# of contacts, fields, etc." %] How large is the data set? [% END %] [% WRAPPER program_request_row name = "how_many_train_people" placeholder = "Who are they & what are their roles?" %] How many people on your team need access or training? [% END %]
[% INCLUDE global/userselect.html.tmpl id = "cc" name = "cc" value = cc size = 80 multiple = 5 %]

[ * Required Field ]

[% PROCESS global/footer.html.tmpl %] [% BLOCK program_request_row %] [% END %]