I am using a CMS like system, which defines custom form fields.
To make a form, all you can really do is add certain form fields, and that is it. The only action possible within the CMS form builder is to save the form to the database.
Here is an example of such a form.
I want to basically have one field, the inputSmartSearch field, which works like google suggest, display records as you type them and then populating the field with your selection.
I want to use this input field to pass the value to a new php page, and display results based on the value sent.
Is it possible to wrap a normal HTMl form around these customs fields, and have it be sent when a submit button is clicked?