File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,11 +157,11 @@ <h2>Feedback</h2>
157157 return ;
158158 }
159159 let temp = document . getElementById ( 'comments' ) . value
160- document . getElementById ( 'comments' ) . value = `Comments : ${ document . getElementById ( "comments" ) . value } Rating : ${ document . querySelector ( 'input[name="rating"]:checked' ) . value } ` ;
160+ document . getElementById ( 'comments' ) . value = `Message : ${ document . getElementById ( "comments" ) . value } Rating : ${ document . querySelector ( 'input[name="rating"]:checked' ) . value } ` ;
161161
162162 emailjs . sendForm ( 'service_y9hxdqs' , 'template_h9uoq69' , "#feedback-form" ) . then (
163163 ( response ) => {
164- console . log ( 'SUCCESS!' , response . status , response . text ) ;
164+ console . log ( 'SUCCESS!' , response . status , response . text ) ;
165165 } ,
166166 ( error ) => {
167167 console . log ( 'FAILED...' , error ) ;
You can’t perform that action at this time.
0 commit comments