hello
I tried to test the e-mail field
on load action I put the e-mail
on the 'view on load ' I have a texte area ( hello)
When I receive the mail I have in the body the label of the textarea.....
Eric
I tried to test the e-mail field
on load action I put the e-mail
on the 'view on load ' I have a texte area ( hello)
When I receive the mail I have in the body the label of the textarea.....
Eric
Hi Eric,
Your question isn't clear - if you are testing the email 'action' to send an email, then it needs to go in the On Submit event. When the form loads there is no data to send.
Bob
Your question isn't clear - if you are testing the email 'action' to send an email, then it needs to go in the On Submit event. When the form loads there is no data to send.
Bob
ok
I have a form
on load
-textearea
- button
on submit view
-textearea
on submit actions
-email
When I receive the e-mail, I have with the 2 textarea
I can't send an image to show the problem : Error saving the attachment file
Eric
I have a form
on load
-textearea
- button
on submit view
-textearea
on submit actions
When I receive the e-mail, I have with the 2 textarea
I can't send an image to show the problem : Error saving the attachment file
Eric
Use snag.gy and attach the image using the URL to show us.
The mail
https://snag.gy/sojSRf.jpg
the form load
https://snag.gy/tR2S4r.jpg
form action
https://snag.gy/rvQafJ.jpg
debug
https://snag.gy/kqoMrj.jpg
the : hello this is for a test come from the field e-mail
thanks for your help
Eric
https://snag.gy/sojSRf.jpg
the form load
https://snag.gy/tR2S4r.jpg
form action
https://snag.gy/rvQafJ.jpg
debug
https://snag.gy/kqoMrj.jpg
the : hello this is for a test come from the field e-mail
thanks for your help
Eric
from your debug your text area value is textarea2, as in that's what you've put in there before clicking submit? And what's the textarea in submit for?
is's stupid I know but it's for an example.
this is mmy real form : https://snag.gy/GI6H5P.jpg
an i receive : https://snag.gy/wpX5oY.jpg
I do not want to see the partiton area in my email !
this is mmy real form : https://snag.gy/GI6H5P.jpg
an i receive : https://snag.gy/wpX5oY.jpg
I do not want to see the partiton area in my email !
If you don't want to see that then put the data into your email manually and turn off "auto attach fields" in the email action or whatever it's called.
You entered this for field one: {data:field_1_name} <br>etc etc
You entered this for the second field: {data:field_2_name}
This topic is locked and no more replies can be posted.