In this post, I showed the way to make the contact form in my project, but I need to scrubbing the textbox to avoid poisoning by "&" in subject or body.
Indeed, just as @ABG told me, when I write "&" in subject or body the app doesn't recognize the symbol and, instead of it, a space is displayed.
I tried to add the block "Web1.URIEncode" between the blocks "set ActivityStarter1 - DataUri" and "join", but it doesn't work.
Do you know how can I solve this problem, please?
Thank you so much in advance!
PD: @ABG, apologies for not replying in the original post. Last days, it has been impossible for me to get in here. I decided to open a new post with it in case more people have the same problem.
The alternative is to prevent the use of these characters in the subject and message by either replacing them with words or using Taifun's textbox extension to handle them live as they are typed in.
@Taifun, definitely, with this block structure it doesn't work. However, removing the blocks "set subject text" and adding the blocks "call text" and "to result" from "procedure", it is working excellently.