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
The problem I face is that I should send some order details I get from another component in the webform.
What I did is add "order" as a prop to ContactUs component.
Now I should figure out a way to integrate it in the form or otherwise pass it directly (I already defined "order" in my email template).
I tried this: emailjs.sendForm('gmail', 'vente', {e.target, order:{order}}, 'user_NICP9HhE4kLASsvjN3bdI') but with no success
Thank you for your recommandations.
The text was updated successfully, but these errors were encountered:
Hi
I followed this react emailjs tutorial: https://www.emailjs.com/docs/examples/reactjs/
The problem I face is that I should send some order details I get from another component in the webform.
What I did is add "order" as a prop to ContactUs component.
Now I should figure out a way to integrate it in the form or otherwise pass it directly (I already defined "order" in my email template).
I tried this: emailjs.sendForm('gmail', 'vente', {e.target, order:{order}}, 'user_NICP9HhE4kLASsvjN3bdI') but with no success
Thank you for your recommandations.
The text was updated successfully, but these errors were encountered: