-
I am using React Boot Strap and integrating the Form component into this Offcanvas modal. I set the names = to the template names, but I am not sure if the ref is working correctly. I am able to receive an email but the message values are blank: import React, { useState, useEffect, useRef } from "react"; // Offmessage Canvas
Here is my template: Hi, You got a new message from {{Name}}: {{Email}} {{Phone Number}} {{Products}} Thanks for any help in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I recommend looking at the Email History to see what kind of data you are sending. |
Beta Was this translation helpful? Give feedback.
-
Thanks @xr0master, I was able to get the name and email now. Do you know if there is a way to target the ul in the form - this is where product names are being added. Currently I have the form name="Products" and in the template {{Products}} - similar to the other fields, but I am not receiving any values. I appreciate the help! |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the help @xr0master! |
Beta Was this translation helpful? Give feedback.
The ul component is not a form input. You can add the hidden input for this: