UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Apps
AFEIT
Commits
7a8eb4f3
Commit
7a8eb4f3
authored
May 04, 2021
by
Jovany Espinoza
Browse files
Bull-737
parent
a5dc032e
Pipeline
#245399
passed with stage
in 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/components/FeedbackForm.js
src/components/FeedbackForm.js
+1
-1
No files found.
src/components/FeedbackForm.js
View file @
7a8eb4f3
...
@@ -37,7 +37,7 @@ const FeedbackForm = ({ onClose }) => {
...
@@ -37,7 +37,7 @@ const FeedbackForm = ({ onClose }) => {
*/
*/
window
.
open
(
window
.
open
(
`mailto:AFLCMC.HN.DT3@us.af.mil?subject=Feedback Form&body=Name:%0d%0a
${
name
}
%0d%0a%0d%0aEmail:%0d%0a
${
email
}
%0d%0a%0d%0aThoughts:%0d%0a
${
thoughts
}
%0d%0a%0d%0aVolunteer:%0d%0a
${
volunteer
}
%0d%0a%0d%0a`
,
`mailto:AFLCMC.HN.DT3@us.af.mil?subject=Feedback Form&body=Name:%0d%0a
${
name
}
%0d%0a%0d%0aEmail:%0d%0a
${
email
}
%0d%0a%0d%0aThoughts:%0d%0a
${
thoughts
}
%0d%0a%0d%0aVolunteer:%0d%0a
${
volunteer
===
true
?
'
Yes
'
:
'
No
'
}
%0d%0a%0d%0a`
,
'
_blank
'
,
'
_blank
'
,
'
width=800,height=500
'
'
width=800,height=500
'
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment