hello there,
I have been able to create a feed back form which allows me to submit the values from the form to my email address...now i am trying to validate the fields for which i have written a php...but i have a few concerns..for example....if the person enters his name to be empty i am tryng to open a new html page in which all the fields of the earlier feedback form are displayed along with which it displas a messag to enter an emial id...in the process the rest of the values entered should not go to my email its only when the validation for all the fields is done the values go to my email address..in the meantime every field needs to be validated and any of the mandatory fields left empty it should display a new window giving the message to enter vallues in that particular field..i have written the php but i dont know where do i insert this php code...many thanks
chandni
I have been able to create a feed back form which allows me to submit the values from the form to my email address...now i am trying to validate the fields for which i have written a php...but i have a few concerns..for example....if the person enters his name to be empty i am tryng to open a new html page in which all the fields of the earlier feedback form are displayed along with which it displas a messag to enter an emial id...in the process the rest of the values entered should not go to my email its only when the validation for all the fields is done the values go to my email address..in the meantime every field needs to be validated and any of the mandatory fields left empty it should display a new window giving the message to enter vallues in that particular field..i have written the php but i dont know where do i insert this php code...many thanks
chandni
Comment