Hi I´m haven´t been able to do this: i have a form with a custom dropdown which is loading elements from a DB. I also have a button that also loads a small iframe with elements from a db. They´re currently working separately, but i need to send a parameter from the dropdown to the button.
As you can see i have this button that opens a form sending a parameter id_province, but i would love to change dinamically, using the aforementioned dropdown. Thanks
<div class='multiline_add'>
<a class=\"jcepopup\" href=\"chronoform=listSpecific-3&id_province=3&id_ch={$i}\" rel=\"{handler:'iframe'}\"> <input type='button' name='select_{$j}' id='select_{$j}' value='...' /> </a>
</div>
As you can see i have this button that opens a form sending a parameter id_province, but i would love to change dinamically, using the aforementioned dropdown. Thanks