Hey there, i am VERY NEW to javascript and trying to find a way to use jquery to expand my form and add two more fields to it...
so im starting out with a NAME and an EMAIL field. this is what i would like:
Once you click in the Name and start typing the div with the form will expand and show two MORE fields (Phone and Question) ... i will show you what i have... i am using "prototype" i think to do a light box for now... i think it would flow easier and be nicer to just leave the form there but have it expand to collect all the information. here is what i have