UNCLASSIFIED

Commit 7a8eb4f3 authored by Jovany Espinoza's avatar Jovany Espinoza
Browse files

Bull-737

parent a5dc032e
Pipeline #245399 passed with stage
in 58 seconds
...@@ -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'
); );
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment