• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

PHP Form Submission problems

PhillyPhantic

Weaksauce
Joined
Nov 24, 2006
Messages
111
Hello, I am the webmaster for a wiki php site, and I have some forms that you can submit online for review and the such. Well first I made some changes to the actually form itself and it did not change, and second when I use the form and submit it, it does not actually send. So I have no record of it, and idea what could be causing it?
 
Like the others have said, without any code to show us I don't think anybody here will be able to help you.
 
!! Annual Report

<?plugin RawHtml

<form action="http://www.mcsasail.org/forms/forms.php" method="post" onsubmit="return validate_annual_report()">
<input name="formname" type="hidden" value="annual_report">
<p>School:<br>
<select name="school">
<option>Bowling Green State University</option>
<option>Carleton College</option>
<option>Denison University</option>
<option>Hope College</option>
<option>Illinois Wesleyan University</option>
<option>Illinois Institute Of Technology</option>
<option>Indiana University</option>
<option>Indiana University Purdue University Indiana</option>
<option>Iowa State University</option>
<option>John Carroll University Sailing Club</option>
<option>Kalamazoo College</option>
<option>Kenyon College</option>
<option>Lake Forest College</option>
<option>Marquette University</option>
<option>Miami University</option>
<option>Michigan State University</option>
<option>Michigan Technical University</option>
<option>Northwestern University</option>
<option>Ohio University</option>
<option>Ohio State University</option>
<option>Purdue University</option>
<option>University Of Chicago</option>
<option>University Of Illinois</option>
<option>University Of Iowa</option>
<option>University Of Michigan</option>
<option>University Of Minnesota</option>
<option>University Of Notre Dame</option>
<option>University Of St.Thomas</option>
<option>University Of Wisconsin</option>
<option>Washington University</option>
<option>Western Michigan University</option>

</select>

</p>
<fieldset><legend>Team Contact Info:</legend>Address:<br>
<input maxlength="100" size="60" name="team_address"><br>
City:<br>
<input maxlength="100" size="30" name="team_city"><br>
State:<br>
<input type="text" maxlength="100" size="40" name="team_state"><br>
Zip Code:<br>
<input type="text" maxlength="100" size="40" name="team_zip"><br>
</fieldset>
<fieldset><legend>Contact #1:</legend>Name:<br>
<input type="text" maxlength="100" size="40" name="contact_1_name"><br>
Email:(This person will be recieving your teams's MCSA spring and fall bill via email)<br>
<input type="text" maxlength="100" size="40" name="contact_1_email"><br>
Primary Phone:<br>
<input type="text" maxlength="100" size="40" name="contact_1_phone_1">
<select name="contact_1_phone_1_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
Secondary Phone:<br>
<input type="text" maxlength="100" size="40" name="contact_1_phone_2">
<select name="contact_1_phone_2_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
Position:<br>
<input type="text" maxlength="100" size="40" name="contact_1_relation"></fieldset>
<fieldset><legend>Contact #2:</legend>Name:<br>
<input type="text" maxlength="100" size="40" name="contact_2_name"><br>
Email:<br>
<input type="text" maxlength="100" size="40" name="contact_2_email"><br>
Primary Phone:<br>
<input type="text" maxlength="100" size="40" name="contact_2_phone_1">
<select name="contact_2_phone_1_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
Secondary Phone:<br>
<input type="text" maxlength="100" size="40" name="contact_2_phone_2">
<select name="contact_2_phone_2_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
Position:<br>
<input type="text" maxlength="100" size="40" name="contact_2_relation"></fieldset>
<fieldset><legend>Team Administrator:</legend><input type="text"
maxlength="100" size="40" name="administrator_name"><br>
Title:<br>
<input type="text" maxlength="100" size="40"
name="administrator_title"><br>
Primary Phone:<br>
<input type="text" maxlength="100" size="40"
name="administrator_phone_1">
<select name="administrator_phone_1_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
&nbsp;Secondary Phone:<br>
<input type="text" maxlength="100" size="40"
name="administrator_phone_2">
<select name="administrator_phone_2_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
Email:<br>
<input type="text" maxlength="100" size="40"
name="administrator_email"><br>
</fieldset>
<fieldset><legend>Coach:</legend><input type="text" maxlength="100"
size="40" name="coach_name"><br>
Primary Phone:<br>
<input type="text" maxlength="100" size="40" name="coach_phone_1">
<select name="coach_phone_1_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
Secondary Phone:<br>
<input type="text" maxlength="100" size="40" name="coach_phone_2">
<select name="coach_phone_2_type">
<option>School</option>
<option>Cell</option>
<option>Mobile</option>
<option>Home</option>
</select>
<br>
Email:<br>
<input type="text" maxlength="100" size="40" name="coach_email"><br>
</fieldset>
<p> Website:<br>
<input type="text" maxlength="100" size="40" name="website"><br>
</p>
<p> Sailing Site Phone:<br>
<input type="text" maxlength="100" size="40" name="sailing_site_phone"><br>
</p>
<p> Home Waters:<br>
<input type="text" maxlength="100" size="40" name="home_waters"><br>
</p>
<p>Is your team interested in attending an Intersectional?<br>
<p>Why or why not?<br>
<textarea cols="50" rows="5" wrap="virtual" name="interested"></textarea>
<p>
<p>What are barriers that keep your team from attending an intersectional?
<br>
<textarea cols="50" rows="5" wrap="virtual" name="barriers to intersectionals"></textarea>
<p>
<p>If your team had access to coaching or skill development events, would your team attend?<br>
<p>Why or why not?<br>
<textarea cols="50" rows="5" wrap="virtual" name="coaching and skill development"></textarea>
<p>
<p> Number of <em>sailboats</em> owned or regularly used by your organization:<br>
<input type="text" maxlength="10" size="4" name="number_of_sailboats"><br>
</p>
<p> Is your team trying to purchase boats?<br>
<input type="text" maxlength="10" size="4" name="number_of_sailors"><br>
<p>
<p> What condition of boats are you looking to purchase?<br>
<input type="text" maxlength="10" size="4" name="number_of_sailors"><br>
<p>
<p> Current number of team members:<br>
<input type="text" maxlength="10" size="4" name="number_of_sailors"><br>
</p>
<p> Are you able to tow boats to regattas?:<br>
<input type="text" maxlength="10" size="4" name="number_of_sailors"><br>
</p>
<p> MCSA Recognition:<br>
<select name="mcsa_recognition">
<option>Regular</option>
<option>Provisional</option>
<option>Associate</option>
<option>Home</option>
</select>
</p>
<p>
<em>Most recent regatta attended:</em><br/>
Year:<br/>
<input type="text" maxlength="10" size="4" name="most_recent_regatta_year"><br />
Name:<br/>
<input type="text" maxlength="30" size="15" name="most_recent_regatta_name"><br/>
Season:<br />
<select name="most_recent_regatta_season">
<option>Fall</option>
<option>Spring</option>
</select>
</p>
<p> Monies collected during the year:<br>
<input type="text" maxlength="20" size="10" name="money_collected"><br>
Monies spent during the year:<br>
<input type="text" maxlength="20" size="10" name="money_spent"><br>
Change in worth:<br>
<input type="text" maxlength="20" size="10" name="money_difference"><br>
</p>
<p> Notable Accomplishments:<br>
<textarea cols="50" rows="5" wrap="virtual" name="accomplishments"></textarea>
</p>
Your email, in case we have any further questions:<br>
<input type="text" name="sender_email" maxlength="40" size="20" /><br>
<input type="submit" value="Submit"></form>

?>

Here is the code for the entire page
 
Back
Top