Hello,
I've created a form with a field text and a drop down menu, and these menu data are taken from a database (I've realized that choosing "Event" and "Data/DB Operations" and putting "DB Multi Record Loader" in the "On Load" section in the right panel).
I can get data from database, because the drop down menu is populated correctly.
My problem is that I have to do a search with these data.
So I've created a custom code with <input type="submit" name="submitsearch" id="submitsearch" value="Search" />
But when I click this button, I can see anything. It seems the button doesn't send any data post.
I'm a newbie with chronoform, could you explain where I'm wrong?
Thank you all in advance, and excuse my english.
I've created a form with a field text and a drop down menu, and these menu data are taken from a database (I've realized that choosing "Event" and "Data/DB Operations" and putting "DB Multi Record Loader" in the "On Load" section in the right panel).
I can get data from database, because the drop down menu is populated correctly.
My problem is that I have to do a search with these data.
So I've created a custom code with <input type="submit" name="submitsearch" id="submitsearch" value="Search" />
But when I click this button, I can see anything. It seems the button doesn't send any data post.
I'm a newbie with chronoform, could you explain where I'm wrong?
Thank you all in advance, and excuse my english.