move wufoo form on plans page to groovehq

This commit is contained in:
Henry Oswald 2016-02-03 16:50:20 +00:00
parent 7d6f5be7e9
commit 8af9aa6396

View file

@ -3,6 +3,12 @@ block scripts
script(type='text/javascript'). script(type='text/javascript').
window.recomendedCurrency = '#{recomendedCurrency}' window.recomendedCurrency = '#{recomendedCurrency}'
window.abCurrencyFlag = '#{abCurrencyFlag}' window.abCurrencyFlag = '#{abCurrencyFlag}'
script(type='text/javascript').
(function() {var s=document.createElement('script'); s.type='text/javascript';s.async=true;
s.src=('https:'==document.location.protocol?'https':'http') + '://sharelatex-accounts.groovehq.com/widgets/f5ad3b09-7d99-431b-8af5-c5725e3760ce/ticket/api.js';
var q = document.getElementsByTagName('script')[0];q.parentNode.insertBefore(s, q);})();
block content block content
.content-alt .content-alt
.content.plans(ng-controller="PlansController") .content.plans(ng-controller="PlansController")
@ -186,30 +192,30 @@ block content
.modal-header .modal-header
h3 #{translate("group_plan_enquiry")} h3 #{translate("group_plan_enquiry")}
.modal-body .modal-body
form(name='form1', autocomplete='off', enctype='multipart/form-data', method='post', novalidate='', action='https://sharelatex.wufoo.com/forms/z7x3p3/#public', _lpchecked='1') form.text-left.form(ng-controller="UniverstiesContactController", ng-submit="contactUs()", ng-cloak)
.form-group span(ng-show="sent == false")
label(for='Field9') #{translate("name")} .form-group
input.form-control(name='Field9', type='text', value='', maxlength='255', tabindex='1', onkeyup='') label#title9(for='Field9')
| Name
.form-group input#Field9.field.text.medium.span8.form-control(ng-model="form.name", maxlength='255', tabindex='1', onkeyup='')
label(for='Field11') #{translate("email")} label#title11.desc(for='Field11')
input.form-control(name='Field11', type='email', spellcheck='false', value='', maxlength='255', tabindex='2') | Email
.form-group
.form-group input#Field11.field.text.medium.span8.form-control(ng-model="form.email", name='Field11', type='email', spellcheck='false', value='', maxlength='255', tabindex='2')
label(for='Field12') #{translate("university")} label#title12.desc(for='Field12')
input.form-control(name='Field12', type='text', value='', maxlength='255', tabindex='3', onkeyup='') | University / Company
.form-group
.form-group input#Field12.field.text.medium.span8.form-control(ng-model="form.university", name='Field12', type='text', value='', maxlength='255', tabindex='3', onkeyup='')
label(for='Field13') #{translate("position")} label#title13.desc(for='Field13')
input.form-control(name='Field13', type='text', value='', maxlength='255', tabindex='4', onkeyup='') | Position
.form-group
.form-group input#Field13.field.text.medium.span8.form-control(ng-model="form.position", name='Field13', type='text', value='', maxlength='255', tabindex='4', onkeyup='')
input.btn.btn-primary.btn-large(name='saveForm', type='submit', value='Send') .form-group
div(style='display: none;') input(ng-model="form.source", type="hidden", ng-init="form.source = '__ref__'; form.subject = 'ShareLaTeX for Universities';")
label(for='comment') Do Not Fill This Out .form-group.text-center
textarea#comment(name='comment', rows='1', cols='1') input#saveForm.btn-success.btn.btn-lg(name='saveForm', type='submit', ng-disabled="sending", value='Request a quote')
input#idstamp(type='hidden', name='idstamp', value='xkgLkZnS/AQW71jCS1d0XrrFjq26lJryIPVk2rx0YkU=') span(ng-show="sent")
p Request Sent, Thank you.
.row .row
.col-md-12 .col-md-12