+
+

{{_('Speaker request form')}}

+
+ +
+ {% if not form_success %} +

{{ _('Please complete and submit the form below to request a speaker from Mozilla for your upcoming event.') }}

+ {% endif %} +
+ {% if not form_success %} +

+ {% trans url='https://bugzilla.mozilla.org/form.dev-engagement-event' %} + If you are hosting a developer conference or event and want someone from + Mozilla's developer team to speak, please fill out the + Developer Events Request Form instead. + {% endtrans %} +

+ + {% if form.errors %} +
+ {{ _('An error has occurred with your submission. Please review your information and try again.') }} +
+ {% endif %} + +
+ {{ csrf() }} + +
+
    +
  1. + {{ form.sr_event_name.errors }} + + {{ form.sr_event_name }} +
  2. + +
  3. + {{ form.sr_event_url.errors }} + + {{ form.sr_event_url }} +
  4. + +
    +
  5. + {{ form.sr_event_date.errors }} + + {{ form.sr_event_date }} +
    + {{ _('2015-03-14 or March 14, 2015') }} +
    +
  6. + +
  7. + {{ form.sr_event_time.errors }} + + {{ form.sr_event_time }} +
    + {{ _('2:30 PM or 14:30') }} +
    +
  8. +
    + +
  9. + {{ form.sr_guest_speaker1.errors }} + + {{ form.sr_guest_speaker1 }} +
  10. + +
  11. + {{ form.sr_guest_speaker2.errors }} + + {{ form.sr_guest_speaker2 }} +
  12. +
+
+ +
+ {{ _('Contact Information') }} + +
    +
  1. + {{ form.sr_contact_name.errors }} + + {{ form.sr_contact_name }} +
  2. + +
  3. + {{ form.sr_contact_title.errors }} + + {{ form.sr_contact_title }} +
  4. + +
  5. + {{ form.sr_contact_company.errors }} + + {{ form.sr_contact_company }} +
  6. + +
  7. + {{ form.sr_contact_phone.errors }} + + {{ form.sr_contact_phone }} +
  8. + +
  9. + {{ form.sr_contact_email.errors }} + + {{ form.sr_contact_email }} +
  10. + +
  11. + {{ form.sr_contact_company_url.errors }} + + {{ form.sr_contact_company_url }} +
  12. +
+
+ +
+ {{ _('Event Details') }} + +
    +
  1. + {{ form.sr_event_venue.errors }} + + {{ form.sr_event_venue }} +
  2. + +
  3. + {{ form.sr_event_theme.errors }} + + {{ form.sr_event_theme }} +
  4. + +
  5. + {{ form.sr_event_goal.errors }} + + {{ form.sr_event_goal }} +
  6. + +
  7. + {{ form.sr_event_format.errors }} + + {{ form.sr_event_format }} +
  8. + +
  9. + {{ form.sr_event_audience_size.errors }} + + {{ form.sr_event_audience_size }} +
  10. + +
  11. + {{ form.sr_event_audience_demographics.errors }} + + {{ form.sr_event_audience_demographics }} +
  12. + +
  13. + {{ form.sr_event_speakers_confirmed.errors }} + + {{ form.sr_event_speakers_confirmed }} +
  14. + +
  15. + {{ form.sr_event_speakers_invited.errors }} + + {{ form.sr_event_speakers_invited }} +
  16. + +
  17. + {{ form.sr_event_speakers_past.errors }} + + {{ form.sr_event_speakers_past }} +
  18. + +
  19. + {{ form.sr_event_media_coverage.errors }} + + {{ form.sr_event_media_coverage }} +
  20. + +
  21. + {{ form.sr_event_sponsors.errors }} + + {{ form.sr_event_sponsors }} +
  22. + +
  23. + {{ form.sr_event_confirmation_deadline.errors }} + + {{ form.sr_event_confirmation_deadline }} +
    + {{ _('2015-03-14 or March 14, 2015') }} +
    +
  24. +
+
+ +
+ {{ _('Presentation Details') }} + +
    +
  1. + + {{ form.sr_presentation_type }} +
  2. + +
  3. + {{ form.sr_presentation_topic.errors }} + + {{ form.sr_presentation_topic }} +
  4. + +
  5. + {{ form.sr_presentation_length.errors }} + + {{ form.sr_presentation_length }} +
    + ({{ _('in hours, e.g. 2.5') }}) +
    +
  6. +
+
+ +
+ {{ _('Additional Information') }} + +
+ {{ form.sr_attachment.errors }} + + {{ form.sr_attachment }} +
+ {{ _('Agenda, media list, etc.') }} + {{ _('Maximum file size is 5 MB.') }} +
+
+
+ + + + {{ form.superpriority }} +
+ {% else %} +

{{ _('Your request has been sent.') }}

+ +

{{ _('Thank you for your interest.') }}

+ {% endif %} +
+ + +
+