Posted - 02/05/2020 : 10:45:23
I am trying to add a field in the 'Ask A Question' form (in the includes.asp page). I wanted to add a phone number field. I think I have followed the instructions, but after saving the file and putting it on my server, there is no change - new field does not appear. Is there another step I am missing?? Any other files need to be updated??
OLD portion of includes.asp file:
useaskaquestion=true askquestionparam1="Type of location" askquestionrequired1=TRUE askquestionhtml1="<select name=""ectfield"" id=""ectfield"" size=""1""><option value="""">Please Select...</option><option value=""Residential"">Residential</option><option value=""Commercial or School"">Commercial or School</option></select>" askquestionparam2="Your delivery Zip Code" askquestionrequired2=TRUE askquestionhtml2="<input id=""ectfield"" name=""ectfield"" size=""30"" type=""text"">" ___________________________________________________________________________ NEW portion of includes.asp file:
useaskaquestion=true askquestionparam1="Type of location" askquestionrequired1=TRUE askquestionhtml1="<select name=""ectfield"" id=""ectfield"" size=""1""><option value="""">Please Select...</option><option value=""Residential"">Residential</option><option value=""Commercial or School"">Commercial or School</option></select>"
askquestionparam2="Your delivery Zip Code" askquestionrequired2=TRUE askquestionhtml2="<input id=""ectfield"" name=""ectfield"" size=""30"" type=""text"">"
askquestionparam3="Your phone number" askquestionrequired3=TRUE askquestionhtml3="<input id=""ectfield"" name=""ectfield"" size=""30"" type=""text"">"
Any Ideas??
Tim Winn
|