-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-custom-software-solutions.html
146 lines (137 loc) · 6.12 KB
/
contact-custom-software-solutions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
layout: default
title: Contact Custom Software Developers | FI
description: Get in touch with the FI software and web engineering team to learn about how your business can better achieve its goals through technology.
---
<div id="contact">
<div class="scene">
<div class="scene-page-header">
<h1>Thank you for reaching out to us. We’re excited to get the conversation started.</h1>
</div>
</div>
<div class="alternate-color-scheme-wrapper">
<div id="form-wrapper">
<div id="form" class="form-general">
<p>
Please fill out the form below or get in touch with us at <a href="mailto:[email protected]">[email protected]</a>. We will respond to you within 1-2 business days.
</p>
<form>
<div class="row">
<div class="form-column medium-6 columns">
<div class="text field">
<label>Name: *</label>
<input name="name" type="text" required/>
</div>
<div class="text field">
<label>Organization: *</label>
<input name="organization" type="text" required/>
</div>
<div class="text field">
<label>Title: </label>
<input name="title" type="text" />
</div>
</div>
<div class="form-column medium-6 columns">
<div class="text field">
<label>Email: * </label>
<input name="email" type="email" required/>
</div>
<div class="text field">
<label>Phone Number: </label>
<input name="phone" type="text" />
</div>
<label>What can we help you with: </label>
<div class="select field">
<select name="interest">
<option value="Web & Mobile Apps">Web & Mobile Apps</option>
<option value="Backend Software Solutions">Backend Software Solutions</option>
<option value="Rescue">Rescue</option>
<option value="Capability Building">Capability Building</option>
<option value="Data Management">Data Management</option>
</select>
</div>
</div>
</div>
<div class="textarea field">
<label>Please tell us a bit about your project:</label>
<textarea name="message" maxlength=750 required></textarea>
</div>
<div>
<label class="radiobutton-question">What is your time frame for project completion?</label>
</div>
<div class="radiobutton field">
<div class="row">
<div class="radiobutton">
<input type="radio" name="timeframe" value="Right Away" id="right-away">
<label for="right-away">Right Away</label>
</div>
<div class="radiobutton">
<input type="radio" name="timeframe" value="Within 3-6 Months" id="3-months">
<label for="3-months">Within 3-6 Months</label>
</div>
<div class="radiobutton">
<input type="radio" name="timeframe" value="It's a long-term project" id="long-term">
<label for="long-term">It's a long-term project</label>
</div>
<div class="radiobutton">
<input type="radio" name="timeframe" value="No rush, I’m just getting a quote" id="quote">
<label for="quote">No rush, I’m just getting a quote</label>
</div>
</div>
</div>
<div>
<label class="radiobutton-question">What stage of the solution process are you at?</label>
</div>
<div class="radiobutton field">
<div class="row">
<div class="radiobutton">
<input type="radio" name="stage" value="Just considering our options" id="initial">
<label for="initial">Just considering our options</label>
</div>
<div class="radiobutton">
<input type="radio" name="stage" value="Actively seeking a strategic partner" id="seeking-partner">
<label for="seeking-partner">Actively seeking a strategic partner</label>
</div>
<div class="radiobutton">
<input type="radio" name="stage" value="Budget approved and ready to solve the problem" id="ready">
<label for="ready">Budget approved and ready to solve the problem</label>
</div>
</div>
</div>
<div>
<label class="radiobutton-question">Why Functional Imperative?</label>
</div>
<div class="radiobutton field">
<div class="row">
<div class="radiobutton">
<input type="radio" name="why-fi" value="Heard good things from someone I know" id="friend">
<label for="friend">Heard good things from someone I know</label>
</div>
<div class="radiobutton">
<input type="radio" name="why-fi" value="Found FI online" id="online">
<label for="online">Found FI online</label>
</div>
<div class="radiobutton">
<input type="radio" name="why-fi" value="Worked with you in the past" id="past-experience">
<label for="past-experience">Worked with you in the past</label>
</div>
</div>
</div>
<div class="submit">
<div class="submit-button-wrapper" data-color="blue">
<input type="submit" name="submit" value="Send" />
</div>
</div>
</form>
</div>
</div>
</div>
<div id="form-success" style="display: none;">
<div class="alternate-color-scheme-wrapper">
<div class="scene">
<h2>Thanks!</h2>
<p>We'll respond as soon as we can.</p>
</div>
</div>
</div>
</div>