I need to do form; when we check checkbox and submit form then it should be sending primary inputs and hidden input (test) and when we uncheck, then vice-versa. For example:
<input name="U2_chwil" type="checkbox" id="U2_chwil" value=",U2_chwil" />Primary</p>
<input name="test" type="hidden" id="test" value="test" />test</p>
When we check input Primary then also should be sending hidden input test.
How to do this?
I try explain:
i need compare hidden input with chcekbox (primary input). when checkbox i chcecked and we submiting form then hiddeninput (test) should also sending value but only when chcekbox Primary input is checked. I need to send two variable but only when Primay input (checkbox is checked and submited)