Hi all,
my requirement is to send the user details through email, for that I Created html document with my required fields and saved in html with .html extension and uploaded in choose upload document and re-scanned document but the fields are not populating and not getting any error, the below is my html code, please help me where I went wrong.
<body> <form action=""> <label>Make</label> <input type="text" name="Make"/> <label>Model</label> <input type="text" name="Model"/> </form> </body>
Discussion posts and replies are publicly visible
Appian uses the format "###key###" for placeholders.
BTW, are you aware that email apps will probably not display a HTML form because of security reasons?
no Stefan I don't about this, first time I am trying this but I got the output to my mail in the below format
OK. Is that the expected output? Can you post the modified template? Did Appian detect the placeholders?
The challenge of creating properly formatted email is out of the Appian scope. Google will help you.