this is the link to my app. have a look at it and you’ll understand. i am currently trying to code the “send” button and then i also have a “Thank you” page which must be activated once the data has been entered and its done
i tried. but i dont think its correct. i did exactly the same coding on the sent button which is in the backend. basically the “test email” which you guys have helped me with
Do you want the email to contain all the data entered by the user in the form? Of course there is a way to do it. You just need to add Codeless logic to make it happen. If you would like us to do it for you, it can be done on the consulting basis - send an email to sales@backendless.com to get a quote.
I want send all the inputs from my form to an emailaddress.
SMTP-server is connected. Logic is behind the inputs (Value logic = “message”) and the submit-button (see attachment).
There is no mail in my inbox if I tried to send this form.
I got an alert in console.log (see attachment).
Thank you for contacting us. From error message it looks like you have tried to submit empty form. I have just tried to submit filled form and it worked fine but for empty form I got your error.
Have you got this error for empty form?
you can see in above picture that I filled out the two textfields with „One“ and „Two“.
But the error message will be the same.
Did you do it in another way?
And if you did it correctly without error why I didn‘t get a mail in my inbox?