You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, first of all, thanks for this nice solution what I've been looking for!
I'm currently stuck with one minor issue though.
The issue is that it doesn't print thankyou_message after the mail has been successfully sent, which means I see {"result": "success", ...} only.
In public folder, I attached form-submission-handler.js, and the place where I added <script>tag is in the index.html in public folder, like below.
Hey there, first of all, thanks for this nice solution what I've been looking for!
I'm currently stuck with one minor issue though.
The issue is that it doesn't print
thankyou_message
after the mail has been successfully sent, which means I see{"result": "success", ...}
only.In public folder, I attached
form-submission-handler.js
, and the place where I added<script>
tag is in the index.html in public folder, like below.If it is not the way or place to use this solution in JSX, could you please let me know?
Thanks in advance!
The text was updated successfully, but these errors were encountered: