-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 2 replies
- 0 views
-
HTML, CSS, & JavaScript All-in-One For Dummies (worth $39.99) free download ends today
By News Staff,
- ebook offer
- sponsored
- (and 3 more)
- 0 replies
- 0 views
-
Google to discontinue the Basic HTML version of Gmail next year
By Chasethebase,
- 1 reply
- 15 views
-
Get this Price Dropped Coding 101 Bootcamp Beginners Bundle for only $24.99
By News Staff,
- zenva academy
- coding 101
- (and 11 more)
- 1 reply
- 9 views
-
Bid under $10 for this full Superstar Web Development & Design Bundle
By News Staff,
- neowin deals
- pay what you want
- (and 12 more)
- 0 replies
- 10 views
-
Question
MRM316
I have a problem with some HTML code & I was hoping someone could help me out.
I have the following form code on my website:
<form enctype="text/plain" action="mailto:[email protected]" method="get">
<input name="Subject" type="hidden" value="I Agree To The HR Policies" />
<input name="HRSubmitButton" type="submit" value="I Agree To The HR Policies" />
</form>
Basically it's just a button that says "I Agree To The HR Policies". When the user clicks on the button it opens an Outlook message which would be sent to myself. The problem is that the e-mail subject is changed to "I+Agree+To+The+HR+Policies" instead of having the spaces. I can't seem to figure out how to remove the "+" signs & have the text displayed properly in the e-mail subject.
Any ideas/suggestions?
Link to comment
https://www.neowin.net/forum/topic/1077503-problem-with-mailto-form/Share on other sites
4 answers to this question
Recommended Posts