My questions are pertaining to a form I am creating that takes the client information and (hopefully) moves the text from various input fields into an iFrame or a different set of input fields.
Is it possible to grab a value from a text box in a form and input it into a mySQL database onBlur, then retrieve that information in the 2nd text field? If so, does anyone have some coding snippets doing something like this?
If not, can I echo the information from the textbox in question to a different textbox onBlur?
I don't want to submit the form until everything is complete, but I want the client to be able to see "formatted" input obtained from the various input fields.
Has anyone got a clue as to how to accomplish what I am trying to do?
Hopefully, when the form is completely filled in, there will be a second area on the form - iFrame or 2nd page or whatever - where their information will be formatted for output. By formatted for output, I mean typeface changes, size changes, etc.
Anyone help?
LS