Forums

is it a bug : mail

eric67 19 Jun, 2019
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
GreyHead 19 Jun, 2019
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
eric67 19 Jun, 2019
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
healyhatman 19 Jun, 2019
Use snag.gy and attach the image using the URL to show us.
healyhatman 19 Jun, 2019
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?
healyhatman 20 Jun, 2019
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>
You entered this for the second field: {data:field_2_name}
etc etc
This topic is locked and no more replies can be posted.