views:

23

answers:

0

I have a google suggest type of input field, which displays records)the result of an SQL query) as I type input. I can then select one, and what I select becomes the content of that field.

I would like to know how to push the content of that variable back to my PHP form using jquery.

I am working in the confines of phpBMS, a type of CMS.

This is an example of a form template, and this is an example of the javascript for one of the provided forms.

Looking at the form template, I see no way to receive a POST or ajax message via javascript, to receive the content of the field.

Ideally, I am hoping I may be able to have jquery code in my javascript include file(ala menu.js example above), which can place the values back into my php form.

I´m not how to do exactly what I want, with the restraints I have.