Hi there,
I am doing a form with several articles, like t-shirts, bag and another article.
For the tshirt, I propose many sizes and possibilites to chose 1 or to article.
My problem is the label of the dropdown, I only put the size, S, M, L....
When I receive my form in return, I do not know about which article is it about...
I change the name and id, like TshirtAdulteS, but when I receive my form in return, I have no detail.
Can someone help me please
I am doing a form with several articles, like t-shirts, bag and another article.
For the tshirt, I propose many sizes and possibilites to chose 1 or to article.
My problem is the label of the dropdown, I only put the size, S, M, L....
When I receive my form in return, I do not know about which article is it about...
I change the name and id, like TshirtAdulteS, but when I receive my form in return, I have no detail.
Can someone help me please
Hi groug,
On the form view, only the label is displayed, but you need to have unique fields names for the email and other processing, do you have a unique name for each field of those ?
Best regards
On the form view, only the label is displayed, but you need to have unique fields names for the email and other processing, do you have a unique name for each field of those ?
Best regards
Hi Max,
Thanks for your answer. I show you in this following image what I have.
For the moment, I receive in return of my form the "Label", And I would like to receive the Name or the Id, is it possible?
Thanks for your answer. I show you in this following image what I have.
For the moment, I receive in return of my form the "Label", And I would like to receive the Name or the Id, is it possible?
Hi groug,
You will need to add it to the email body in the email settings:
You will need to add it to the email body in the email settings:
TshirtAdulteS:{data:TshirtAdulteS}Best regards
Oh yes!! Thank you...
And in my return mail, is it possible to only have the response of the body?
Because I receive every article with 0 like this :
And in my return mail, is it possible to only have the response of the body?
Because I receive every article with 0 like this :
Hi groug,
Currently this will not be possible without building the template using PHP code to check the values of all fields first.
Best regards
Currently this will not be possible without building the template using PHP code to check the values of all fields first.
Best regards
This topic is locked and no more replies can be posted.