I know this an older hack and all, but I was just wondering...is it a limit to how many questions are allowed?
Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//QUESTION 1 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text)
$question1 = "Full name";
$explain1 = "First/Middle Initial/Last";
//QUESTION 2 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text)
$question2 = "Organization / Employer";
//QUESTION 3 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text)
$question3 = "Complete Mailing Address";
$explain3 = "Street/Apt./Suite/City/State/Zip Code";
//QUESTION 4 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text)
$question4 = "Phone Number";
$explain4 = "Area Code/Number";
//QUESTION 5 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text)
$question5 = "Please type in your email address";
//QUESTION 6 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text)
$question6 = "Fax Number";
$explain6 = "Area Code / Number";
//QUESTION 7 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text)
$question7 = "Degree";
$explain7 = "Type in you Degree you have or working towards";
My Question # 7 will not show up at all. Its been a min since i've modified things but I've looked all thru the script and dont see anything else i need to change. However it still won't show.