How do I make an application where it can take a users input and redirect it to me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I make an application where it can take a users input and redirect it to me?

4th Oct 2017, 10:19 PM
Edward Ndiyo
Edward Ndiyo - avatar
4 Answers
+ 2
a) What programming language? b) How to redirect (email, text file, what method?)?
5th Oct 2017, 3:15 AM
LunarCoffee
LunarCoffee - avatar
+ 1
Well, I am pretty sure there isn't a way to integrate email transmission with HTML, but you could use this: <input id="emailAddress" type="email"> which would add an email input field. If you need then to email you, then maybe just try a mailto anchor: <a href="mailto:abc@123.com"></a> which makes a link that will open their mail program with the address in the abc@123.com in their mail to header.
5th Oct 2017, 12:17 PM
LunarCoffee
LunarCoffee - avatar
+ 1
thank you @niawaht
5th Oct 2017, 8:15 PM
Edward Ndiyo
Edward Ndiyo - avatar
0
html email
5th Oct 2017, 7:56 AM
Edward Ndiyo
Edward Ndiyo - avatar