Send request to whatsapp

I have the following problem.

I need my customers to place an order for my thunkable application. So far so good.

It turns out that I also need the request to be sent by whatsapp to a defined number.
The problem encountered is that when I use the APK application the new lines are put without problems but when the request is made by the web version whatsapp does not understand what these new lines are and groups all the text.


It is very important for my company that these lines are put in the message.

Can someone help me?

This is my project link
https://x.thunkable.com/copy/e7a6972614f64855a50e062b7014acbb

have you tried entering newline as ā€œ\nā€ ?

i make it more simple. when it click to button directly go to whatsapp application.


image

1 Like

Sim. Sem sucesso

replace your newlines with ā€œ%0aā€
image

Bro
Thank you very much
You saved my project
something so simple
worked perfectly

iā€™m glad i was able to help!