Thread: New Posting Features - Form Hack
View Single Post
  #334  
Old 03-10-2007, 03:30 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I shouldnt have posted this here, I am sorry, I saw no html faq area & figured ppl with form knowledge could help me out. This is my first "crude html form", but it works. I am using this on a vb site of a friend that wants this to email the form to him & re-direct applicants to another page. I have tried so many times to get the re-direct to work...I cant, as you see looking at my creation that I am not that good at html and I am in the kindergarden stage of it. Also, when submit is clicked, pop-up appears asking if its ok to send...no problem, but then another pop up appears showing somewhat the same with a blank send to box, clicking send works, and email is sent. In your mail box is shows:"Form posted from Windows Internet Explorer." not from site itself...how do I fix this? If anyone could help me set up my re-direct I would be forever in your debt.....





Code:
<html>
<div style="border: 25px ridge;">
<body>
<FONT COLOR="FFD700">
<h1 align="center">YOUR TITLE</h1>
<form action="MAILTO:YOUR EMAIL ADDRESS"method="POST"enctype="text/plain">
<p style="text-align: center;">
1.  Real Name:<br><br> <input type="text" name="1.  Real Name">
<br><br>
2.  AA Name:<br><br> <input type="textbox" name="2.  AA Name">
<br><br>
3.  Have you read the Code of Conduct and willing to abide by it at all times?<br><br>
Yes: 
<input type="radio" checked="checked"name="3.  Have you read the Code of Conduct and willing to abide by it at all times?" value="yes">
<br><br>
No: 
<input type="radio"name="3.  Have you read the Code of Conduct and willing to abide by it at all times?" value="No"><br><br>
4.  Are you 18 years of age or older?
<br><br>
Yes: 
<input type="radio" checked="checked"name="4.  Are you 18 years of age or older?" value="Yes">
<br><br>
No: 
<input type="radio"name="4.  Are you 18 years of age or older?" value="No">
<br><br>
5.  What is your AAGUID Number?<br><br> 
<input type="text" name="5. What is your AAGUID Number?">
<br><br>
6.  Do you have a AAO Tracker account? <br><br>
Yes: 
<input type="radio" checked="checked"name="6. Do you have a AAO Tracker account?" value="Yes">
<br><br>
No: 
<input type="radio"name="6. Do you have a AAO Tracker account?" value="No">
<br><br>
7.  Link to YOUR AAO Tracker account?<br><br> 
<input type="text" name="7.  Link to YOUR AAO Tracker account?">
<br><br>
8.  Are you able to donate $10.00/month?<br><br>
Yes: <input type="radio" checked="checked"name="8.  Are you able to donate $10.00/month?" value="Yes">
<br><br>
No: <input type="radio"checked="checked"name="8.  Are you able to donate $10.00/month?" value="No">
<br><br>
9.  Please list previous clans that you have been with in the past.<br><br>

<textarea cols="50" rows="14" name="9.  Please list previous clans that you have been with in the past."></textarea><br><br>


10.  Please list previous account names that you have used in the past.<br><br>


<textarea cols="50" rows="14" name="10.  Please list previous account names that you have used in the past."></textarea><br><br>


11.  Please tell us a little bit about yourself and why you want to join BlackwaterOps.<br><br>


<textarea cols="50" rows="14" name="11. Please tell us a little bit about yourself and why you want to join BlackwaterOps."></textarea><br><br>

12.  Have you ever been banned for cheating/hacking/exploiting or linked to any accounts that have been banned for cheating/hacking/exploiting?<br><br>
Yes: 
<input type="radio" checked="banned"name="12. Have you ever been banned for cheating/hacking/exploiting or linked to any accounts that have been banned for cheating/hacking/exploiting?" value="Yes">
<br><br>
No: 
<input type="radio"name="12. Have you ever been banned for cheating/hacking/exploiting or linked to any accounts that have been banned for cheating/hacking/exploiting?" value="No">
<br><br>
<input type="hidden" name="sendtoemail" value="YOUR EMAIL ADDRESS"><br>
<input type="submit" value="Submit"><br></p>
<input type="hidden" name="redirect" value="YOUR URL">


</FONT>
</form>


</body>
</div>
</html>
</form>

</body>
</html>


EDIT: Never mind, I figured it out.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01182 seconds
  • Memory Usage 1,792KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete