common Posted November 5, 2010 Share Posted November 5, 2010 Hi guys what i am trying to do: I have a form, but on one of the fields (Interests), when a user focus (click in the text ) field another window(like popup window) must open with another form with a couple of dropdown boxes. Now when the second form (on the popup window) is submitted I want that $_POST data to be displayed in the in the text field of the original form. I am going to handle the $_POST data from the second form so that it is displayed as a single string Does anyone know how to do this?? PLease help... Thanks Link to comment https://forums.phpfreaks.com/topic/217851-special-feature-with-a-form/ Share on other sites More sharing options...
kenrbnsn Posted November 5, 2010 Share Posted November 5, 2010 You need to use Javascript for that. I'd recommend using the jQuery library. Moving this from the PHP are to the Javascript area. Ken Link to comment https://forums.phpfreaks.com/topic/217851-special-feature-with-a-form/#findComment-1130692 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.