Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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)

share|improve this question
What does the other side of the code look like? What is the problem you're having? – GordonsBeard Mar 1 at 18:37
Sorry! Still don't understand your question. Please explain a little more? – hjpotter92 Mar 1 at 18:39
What is the endpoint? What is your target? javascript function, php, or somekind of webservice? I think this is unclear – Xeano Mar 1 at 18:58
I need to send two variable but only when Primay input (checkbox is checked and submited) in html – wiesiu Mar 1 at 18:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.