Here is what I need to do and cant!
I have a form with two form fields. One is a drop down box and the other is text field. Now what I do is , when a user picks a value from the drop down select box , I pop up a msg "Please enter Contact Name , & Phone & address.Hit ok". The user at this point is suppose to enter the information in the text area. But the problem is people forget and the form is submitted.
What I want it to do is - Instead of popping up a message , it should pop up a form. With form fields and only when the form fields are filled the OK button should work. Once the form fields are filled and the user hits ok it should copy those values in my text area below.
IS this very hard to do? I cant really find much information on it.
I have a form with two form fields. One is a drop down box and the other is text field. Now what I do is , when a user picks a value from the drop down select box , I pop up a msg "Please enter Contact Name , & Phone & address.Hit ok". The user at this point is suppose to enter the information in the text area. But the problem is people forget and the form is submitted.
What I want it to do is - Instead of popping up a message , it should pop up a form. With form fields and only when the form fields are filled the OK button should work. Once the form fields are filled and the user hits ok it should copy those values in my text area below.
IS this very hard to do? I cant really find much information on it.