Thank you for your interest in this MOGLabs product. Please complete the form below and we will get back to you with a quote as soon as possible.
Choosing the right device to invest in for your experiment is a difficult task with many details to take into consideration. Help us assist you in this choice by mentioning any specific requirements you might have so that we can recommend the solution that we think will work best for you.
title: "Request quote: FSC" cache_enable: false process: twig_first: true form: name: quote-fsc class: quote-form
fields:
customer:
type: fieldset
legend: 'Customer details'
fields:
name:
label: Name
placeholder: "Enter your name"
autocomplete: on
type: text
validate:
required: true
email:
label: Email
placeholder: "Enter your email address"
type: email
validate:
required: true
institution:
label: Institution
placeholder: "Enter your company/university name"
type: text
validate:
required: true
country:
label: Country
placeholder: "Enter your country"
type: text
validate:
required: true
product:
type: fieldset
legend: 'Product details'
fields:
type:
label: Product
type: text
default: "Fast Servo Controller"
validate:
required: true
qty:
label: Quantity
type: number
default: 1
validate:
min: 1
addons:
type: fieldset
legend: 'Photodetectors'
fields:
pda-info:
type: display
display_label: false
markdown: true
content: "The *FSC* contains integrated low-noise power-supplies for two amplified photodetectors using standard M8 connectors, compatible with our *PDA030* detectors as well as several other common manufacturer models. M8 cable included when purchased with an *FSC*."
pda-si:
type: checkbox
markdown: true
label: PDA030-Si
text: "Fast Si photodiode, 300-1060nm"
pda-ingaas:
type: checkbox
label: PDA030-InGaAs
text: "Fast InGaAs photodiode, 800-1700nm"
additional:
label: "Additional information"
type: textarea
placeholder: "Enter any additional details that may help us determine the best solution for your application."
buttons:
submit:
type: submit
value: Submit
reset:
type: reset
value: Reset
process:
save:
fileprefix: quote-
dateformat: Ymd-His
extension: txt
body: "{% include 'forms/data.txt.twig' %}"
email:
content_type: 'text/html'
subject: "[Quote Request] {{ form.value.type|e }}"
reply_to: "{{ form.value.email }}"
cc: "{{ form.value.email }}"
body: "{% include 'email/contact.html.twig' %}"
display: /contact/form/thankyou