The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML Help
CyberChaos
post Dec 22 2009, 04:44 PM
Post #1





Group: Members
Posts: 1
Joined: 22-December 09
Member No.: 10,660



The problem I am having with it is the mailto part. Whenever I click send, it automatically opens Microsoft Outlook. Here is what I need:

1) Make it so that it sends to the e-mail I specify without opening Microsoft Outlook.
2) Make all the fields required to be sent.

CODE
<title>multiple-choice quiz form</title>
</head>
<body bgcolor=#ffffff>

<h3><font size=6><center>Rate Your Support</center></font></h3>
<h3><center>Please remember that we are not owned by or affiliated with Facebook.  We therefore can not edit or change your profile.  We cannot edit wall-to-walls, inbox messages, deactivated profiles, groups, fan-pages, notifications, settings, or Facebook Chat.</center></h3>

<form method="mail" action="mailto:jobrewer@packer.edu?subject=Rate Your Support" enctype="text/plain">



<p>1. Who helped you with your problem?:<BR>
<input type="radio" name="1.The staff member who helped me with my issue was" value="maison"> funnytim<BR>
<input type="radio" name="1.The staff member who helped me with my issue was" value="quatre"> Lightning Yoshi<BR>
<input type="radio" name="1.The staff member who helped me with my issue was" value="soleil"> The Listener<BR>


<p>2. Was your problem responded to in a reasonable amount of time?<BR>
<input type="radio" name="2. The word which means fish is" value="maison"> 1 - 72+ hours<BR>
<input type="radio" name="2. The word which means fish is" value="valise"> 2 - 48-71 hours<BR>
<input type="radio" name="2. The word which means fish is" value="soleil"> 3 - 36-47 hours <BR>
<input type="radio" name="2. The word which means fish is" value="poisson"> 4 - 24-35 hours<BR>
<input type="radio" name="2. The word which means fish is" value="poisson"> 5 - 24-  hours<BR>
</p>

<p>3. Was your question properly diagnosed by our staff?:<BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> No<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> Barely<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> Somewhat<BR>
<input type="radio" name="3. The word which means suitcase is" value="poisson"> Mostly<BR>
<input type="radio" name="3. The word which means suitcase is" value="poisson"> Fully<BR>
</p>

<p>4. Were you given any type of directions to solve your problem?:<BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> No<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> Somewhat<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> Yes<BR>
</p>

<p>5. Did your supporter type in complete sentences, use correct grammar, punctuation, and spelling, etc.?:<BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> No<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> Somewhat<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> Yes<BR>
</p>

<p>6. Was your topic locked before the issue was resolved?:<BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> No<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> Yes<BR>
</p>

<p>7. Did you receive the solution you needed?:<BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> No<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> Barely<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> Somewhat<BR>
<input type="radio" name="3. The word which means suitcase is" value="poisson"> Mostly<BR>
<input type="radio" name="3. The word which means suitcase is" value="poisson"> Fully<BR>
</p>

<p>8. Would you recommend us to a friend?:<BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> No<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> Maybe<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> Definitely<BR>

<p>9. On a scale of 1-10 (with 10 being best), what would you rate Facebook Forum Support?:<BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> 1/10; I didn't get any support whatsoever<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> 2/10  <BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> 3/10  <BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> 4/10<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> 5/10<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> 6/10<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> 7/10  <BR>
<input type="radio" name="3. The word which means suitcase is" value="renard"> 8/10<BR>
<input type="radio" name="3. The word which means suitcase is" value="valise"> 9/10<BR>
<input type="radio" name="3. The word which means suitcase is" value="soleil"> 10/10; The support was very useful<BR>
</p>

<p>10.
<br><form method="post" action="">
<textarea name="comments" cols="40" rows="5">
Enter your other comments here about your experience with our Facebook Support System...
</textarea><br>
</form>

<br>
<br>
<br>
<br>
<input type="submit" value="Send Form">
<input type="reset" value="Clear Form">
</form>
</body>
</html>


This post has been edited by CyberChaos: Dec 22 2009, 04:48 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 22 2009, 07:31 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Yeah, but that won't happen with mailto. Mailto, if it works at all, does exactly that, it opens the default email client, if there is one, with the to address already filled in and the form data in the body of the email.

See http://htmlhelp.com/faq/html/forms.html#mailto-form .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 06:54 PM