954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

radio button no display??

Here is new code for my problem with this questionnaire. I am still not getting an output for the choices selected. Any ideas?

<html>

<%
Option Explicit

Dim reason
Dim response
Dim resolved
Dim rate
Dim offer


<head>

<title>
  eLMS Feedback Form Process
</title>



<body bgcolor = "white">




reason = Request.Form(" reason")
response = Request.Form ( " response ")
resolved = Request.Form( " resolved ")
rate = Request.Form( " rate ")

if reason <>"" then
	
	<b>  Reason for contacting:</b>


	Select Case reason
	
		Case " zero " 
			offer = "Unable to login eLMS"
		
		Case " one "
			offer = " Unable to connect to eLMS login page"
		
		Case " two "
			offer = " Password reset request "

		Case " three "
			offer = " Unable to launch course "

		Case " four "
			offer = " Course progress is not being saved "

		Case " five "
	
			offer = " Unable to print report or completion certificate "

		Case " six "

			offer = " Received e-mail message concerning Learning Expiration Notification "

		Case " seven "
	
			offer = " Other "
	End Select
End If

if response <> "" then
	
	<b>  Response Time:</b>


	Select Case response

		Case " zero " 
			offer = "Under 1 hour"
		
		Case " one "
			offer = " 2 - 6 hours"
		
		Case " two "
			offer = " 6 - 12 hours "

		Case " three "
			offer = " 1 business day "

		Case " four "
			offer = " More than 1 business day "

		Case " five "
	
			offer = " They did not reply to my e-mail "

		Case " six "

			offer = " Received e-mail message concerning Learning Expiration Notification "

		
	End Select
End If

if resolved <> "" then

	<b>  Issue Resolved:</b>

	Select Case resolved

		Case " zero " 
			offer = "Yes"
		
		Case " one "
			offer = "NO"
	
	End Select

End If	


				

if rate <>"" then

	<b>  Rate Service:</b> 

	Select Case rate
	
		Case " zero " 
			offer = "Very Satisfied"
		
		Case " one "
			offer = " Satisfied"
		
		Case " two "
			offer = " Neutral "

		Case " three "
			offer = " Unsatisfied "

		Case " four "
			offer = " Extremely unsatisfied "

		
	End Select
End If

%>







<h1>
FORM OUTPUT
</h1>


<hr>


</html>

</head>
<html>
<h1><STRONG><var>eLMS </var>Helpdesk</STRONG></h1>
<form>
<!--<td><STRONG>Dear<%=cookie.username%></STRONG>-->

<td><STRONG>You recently sent an email to the <var>eLMS </var>Helpdesk regarding a concern or problem you experienced with the new <var>eLMS</var> ( Learning Management System ).   Please complete this Customer Satisfaction Survey concerning the service you were provided.</STRONG>
</td></tr></form>

<!--<form method="post" action="processform.asp">  -->

<form method="post" action="feedback_form_process2.asp">
<table border="1" bgcolor="#98AFC7">

<tr>
<td align="center">
    
<blockquote>

<!--First Name: <input type="text" size="25" name="f1"> 
Last Name: <input type="text" size="25" name="f2">-->


<DIV align="center "><TABLE>

<STRONG>What was your reason for contacting the <var>eLMS</var> Help Desk? 
 </STRONG>





<input type="radio" name = "reason" value = "zero">Unable to login to eLMS
<input type="radio" name = "reason" value = "one">Unable to connect to eLMS login page
<input type="radio" name = "reason" value = "two">Password reset request
<input type="radio" name = "reason" value = "three">Unable to launch course
<input type="radio" name = "reason" value = "four">Course progress is not being saved
<input type="radio" name = "reason" value = "five">Unable to print report or completion certificate
<input type="radio" name = "reason" value = "six">Received e-mail message concerning Learning Expiration Notification
<input type="radio" name = "reason" value = "seven">Other



<STRONG>How long did it take to get a response to your e-mail?</STRONG>



<input type="radio" name = "response" value = "zero">Under 1 hour
<input type="radio" name = "response" value = "one">2 - 6 hours
<input type="radio" name = "response" value = "two">6 - 12 hours
<input type="radio" name = "response" value = "three">1 business day
<input type="radio" name = "response" value = "four">More than 1 business day
<input type="radio" name = "response" value = "five">They did not reply to my e-mail





<STRONG>Was your problem or issue resolved?</STRONG>



<input type="radio" name = "resolved" value = "zero">Yes
<input type="radio" name = "resolved" value = "one">No







<STRONG>Overall, how would you rate your customer service experience?</STRONG>



<input type="radio" name = "rate" value = "zero">Very Satisfied
<input type="radio" name = "rate" value = "one">Satisfied
<input type="radio" name = "rate" value = "two">Neutral
<input type="radio" name = "rate" value = "three">Unsatisfied
<input type="radio" name = "rate" value = "four">Extremely unsatisfied

</TABLE>


</DIV>

<STRONG>Do you have any comments or suggestions that would help us improve our <var>eLMS</var> customer service?   </STRONG>

<textarea name="comments" rows="5" cols="50">
</textarea>


<input type="submit" value="SUBMIT" name="action">
<input type="reset" value="RESET">
<!--<a href="C:\Documents and Settings\Administrator.ARC00WN82534000\Desktop\FAA eLMS feedback formradio.html">Feedback</a></font></p> -->
</blockquote>
djbsabkcb
Junior Poster in Training
92 posts since Jun 2005
Reputation Points: 14
Solved Threads: 0
 

What language is that in O.o

Zachery
The Geek Father
Team Colleague
894 posts since Nov 2003
Reputation Points: 96
Solved Threads: 21
 

The language is ASP and HTML.

djbsabkcb
Junior Poster in Training
92 posts since Jun 2005
Reputation Points: 14
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You