OK Guys this is a bit complicated. I am going for something here! I don't know what it is yet so bear with me.
I have a simple form with a text area that i submit and I save the data. Normally I would just type in the text area and type the information and I hit submit. But I want to assist the user to fill that text area by opening a window (a floating form) so that whenever the user clicks to fill the text area, a window will appear and the user will fill the appropriate fields and lick submit. This submission will take the information parse it in simple text and put it in the text area.
For example:
The form (floating window/form) will have the following fields:
Name:
Address:
Phone:
Now when I fill this form, the floating form will parse this data and just put it in order - John Doe,123 Road St, 123-456-7890 and put this information in the text area. Simple ? - HUH !
I would really appreciate if anyone can help. Since I dont know where to put this, I will just leave it in general. I believe this is strictly client side. This is sort of dynamic form filler.



Reply With Quote


Spookerman - you are right! I need a form to fill out a form (no its not a typo - I want a form to fill a form!). In the picture The gray box that you see (with -skating etc in it) is a form field (textarea) itself ; it does not have to be!! This floating form can be invoked by clicking an edit button. I am just trying to give the user the privilege to (or restrict!) fill out the form properly (you know how users are!!) also give user the fancy calendar input functionality. So basically, the way i see it is to manipulate the value of $date[1] to serve my purpose dynamically.

Bookmarks