Hi Everyone,
We have a Form-A which has some fields like firstname(value=fname) and lastname(lname) etc.
We use(EMbed/Include ) this Form-A in Form B and then in Email template we do
First Name: ${fname}<br>
Last Name: ${lname}<br>
But in response after submitting the form we get the same response not picking the values from the values we filled in form.
Do we need any syntax changes here?