I have a form that submits the variable id
search.php?id=1
I have 2 defined variables that need to be added to this URL
search.php?id=1&definedvar=$definedvar&definedvar2=$definedvar2
I have tried adding a href to the button as a type button, this will only submit the defined variables
If the button is type submit it will only submit the id variable
how do I combine both?