0
How do I make an application where it can take a users input and redirect it to me?
4 Réponses
+ 2
a) What programming language?
b) How to redirect (email, text file, what method?)?
+ 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.
+ 1
thank you @niawaht
0
html
email