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.
Bookmarks