Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 3rd, 2004, 08:48 AM
jpluttme jpluttme is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 83 jpluttme User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 45 m 20 sec
Reputation Power: 8
Unhappy Form submit not working with secure server

My hosting account utilizes a shared secure server. Forms that do not reference this server work fine, and the test that the host did to verify that the secure server was working performs fine.

However my form page, which has the same code as the test page from the host, does not work properly. When I changed the test file from the host to a php file it still worked, so I'm pretty sure it has nothing to do with the fact that my form is a php page.

Here are the links:

Test form which works: https://id283.securedata.net/nation...hostwaytest.php

Test form which does not work: https://id283.securedata.net/nationaltasc/mapp.php


Code from test page that works:

Code:
<form method="post" name="hostwaytest" action="https://id283.securedata.net/cgi-nationaltasc/FormMail.pl">
<table width=80% >
 <tr> <td> <input type="text" name="email" value="YourEmail" > Your Email address?  </td> </tr>
 <tr> <td> <input type="text" name="phone" value="YourPhone" > Your Phone number?  </td> </tr>
 <input type="hidden" name="redirect" value="http://www.nationaltasc.org/thanks.php" >  

</table>
<input type="submit" value="Submit"> <input type="reset" value="Reset">
</form>


Code from form that doesn't work:

Code:
<form METHOD="POST" ACTION="https://id283.securedata.net/cgi-nationaltasc/FormMail.pl"><input name="recipient" type="hidden" value="myemail@noyb.com"><input type="hidden" name="redirect" value="http://www.nationaltasc.org/thanks.php" >
		<P><FONT SIZE="-1"><B>TASC Agency/Program</B><BR>
		  <INPUT TYPE="RADIO" NAME="TASC_Agency" CHECKED="CHECKED">One site
		  $500 <BR><INPUT TYPE="RADIO" NAME="TASC_Agency" Value="2-5 sites $650">2-5 sites $650
		  <BR><INPUT TYPE="RADIO" NAME="TASC_Agency" Value="6-50 sites $750">6-50 sites $750
		  <BR><INPUT TYPE="RADIO" NAME="TASC_Agency" Value="51-100 sites $1000">51-100 sites $1000
		  <BR><INPUT TYPE="RADIO" NAME="TASC_Agency" Value="Individual Agency/Program of a Member State Association
		  $375">Individual Agency/Program of a Member State Association
		  $375<BR><B>Individual Member</B><BR>
		  <INPUT TYPE="RADIO" NAME="Individual Member" Value="Affiliated $50">Affiliated $50
		  <INPUT TYPE="RADIO" NAME="Individual Member" Value="Non-Affiliated
		  $100">Non-Affiliated
		  $100<BR><B>Organizational Member</B><BR>
		  <INPUT TYPE="RADIO" NAME="Organizational_Member" VALUE="Corporate $5,000">Corporate $5,000
		  <INPUT TYPE="RADIO" NAME="Organizational_Member" VALUE="State Association $1,500">State Association $1,500
		  <INPUT TYPE="RADIO" NAME="Organizational_Member" VALUE="Patron
		  $1,000">Patron
		  $1,000</FONT></P></FORM> 
	 <FORM> 
		<TABLE WIDTH="500" BGCOLOR="#FFFFff" CELLPADDING="2" CELLSPACING="2"> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT SIZE="-1">First Name:<BR>
				<INPUT TYPE="TEXT" ONBLUR="checkName(this)" NAME="fname" SIZE="15"></FONT></TD>
			 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1">Middle:<BR>
				<INPUT TYPE="TEXT" ONBLUR="checkName(this)" NAME="minitial"
				 SIZE="4"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1">Last Name:<BR>
				<INPUT TYPE="TEXT" ONBLUR="checkName(this)" NAME="lname" SIZE="15"></FONT></TD>
			 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="5" WIDTH="636"><FONT
				SIZE="-1">Home Address:
				<INPUT TYPE="TEXT" ONBLUR="checkAddress(this)" NAME="homestaddr"
				 SIZE="65"></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT
				SIZE="-1">City:&nbsp;<INPUT TYPE="TEXT" NAME="homecity" SIZE="15"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1"> 
				<SELECT NAME="billstate"> 
				  <OPTION VALUE="none">Select State/Province </OPTION> 
				  <OPTION VALUE="N/A">Not Applicable</OPTION> 
				  <OPTION VALUE="select">-------------------------</OPTION> 
				  <OPTION VALUE="AL">Alabama</OPTION> 
				  
				</SELECT></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1">Zip:
				<INPUT TYPE="TEXT" ONBLUR="checkZIPCode(this)" NAME="hzip"
				 SIZE="12"></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT SIZE="-1">Home Phone:
				<INPUT TYPE="TEXT" ONBLUR="checkUSPhone(this)" NAME="hphone"
				 SIZE="15"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1"> &nbsp;</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1">&nbsp;</FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="5" WIDTH="636"><FONT
				SIZE="-1">Agency:&nbsp;<INPUT TYPE="TEXT" NAME="agency" SIZE="80"></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="5" WIDTH="636"><FONT
				SIZE="-1">Title:&nbsp;<INPUT TYPE="TEXT" NAME="agencytitle"
				SIZE="80"></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="5" WIDTH="636"><FONT
				SIZE="-1">Agency Address:
				<INPUT TYPE="TEXT" ONBLUR="checkAddress(this)" NAME="agencystaddr"
				 SIZE="65"></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT
				SIZE="-1">City:&nbsp;<INPUT TYPE="TEXT" NAME="officecity"
				SIZE="15"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1"> 
				<SELECT NAME="billstatebiz"> 
				  <OPTION VALUE="none">Select State/Province </OPTION> 
				  <OPTION VALUE="N/A">Not Applicable</OPTION> 
				  <OPTION VALUE="select">-------------------------</OPTION> 
				  <OPTION VALUE="AL">Alabama</OPTION> 
				  
				</SELECT></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1">Zip:
				<INPUT TYPE="TEXT" ONBLUR="checkZIPCode(this)" NAME="azip"
				 SIZE="12"></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT SIZE="-1">Office
				Phone: <INPUT TYPE="TEXT" ONBLUR="checkUSPhone(this)" NAME="aphone"
				SIZE="15"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1">Fax:<BR>
				<INPUT TYPE="TEXT" ONBLUR="checkUSPhone(this)" NAME="afax"
				 SIZE="15"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1">&nbsp;</FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT SIZE="-1">Email:
				<INPUT TYPE="TEXT" ONBLUR="checkEmail(this)" NAME="email"
				 SIZE="25"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1">URL: <INPUT TYPE="TEXT" ONBLUR="checkURL(this)" NAME="url"
				SIZE="25"></FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1">&nbsp;</FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="5" WIDTH="636"><FONT
				SIZE="-1"><B>Membership Survey (check all that apply to your
				program)</B></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox2" value="tasc">&nbsp;TASC</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox6" value="court">&nbsp;Court</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox10" value="diversion">&nbsp;Diversion</FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox3" value="juvenile">&nbsp;Juvenile</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox7" value="jail">&nbsp;Jail</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox11" value="Day Reporting
				Center">&nbsp;Day Reporting
				Center</FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox4" value="adult">&nbsp;Adult</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX"
				NAME="CheckBox8" value="Probation/Parole">&nbsp;Probation/Parole</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX"
				NAME="CheckBox12" value="other">&nbsp;Other&nbsp;<INPUT TYPE="TEXT" NAME="surveyother"
				SIZE="15" MAXLENGTH="15"></FONT></TD> 
		  </TR> 
		  <TR VALIGN="TOP"> 
			 <TD VALIGN="TOP" ALIGN="LEFT" WIDTH="192"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox5" value="Reentry TASC
				Program">&nbsp;Reentry TASC
				Program</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="224"><FONT
				SIZE="-1"><INPUT TYPE="CHECKBOX" NAME="CheckBox9" value="State Alcohol/Drug
				Agency">&nbsp;State Alcohol/Drug
				Agency</FONT></TD> 
			 <TD VALIGN="TOP" ALIGN="LEFT" COLSPAN="2" WIDTH="202"><FONT
				SIZE="-1">&nbsp;</FONT></TD> 
		  </TR> 
		</TABLE> 
		<P><input name="submit" type="submit" value="Submit"><INPUT TYPE="RESET" NAME="Reset1"></P></FORM>


Does anyone have any idea, as the technicians at the hosting company don't have a clue it seems and aren't very helpful.

Thanks.

Reply With Quote
  #2  
Old March 5th, 2004, 03:08 AM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,670 jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 3 Weeks 4 Days 6 h 4 m 26 sec
Reputation Power: 1618
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
So what doesn't work?
__________________
Cheers,

Jamie


# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

# Any form of employment is strictly prohibited ......


__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.

__________________

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > Form submit not working with secure server


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway