Jump to content

[SOLVED] Sumbitting extra data through form


bruce080

Recommended Posts

I currently have a form that consists of two select (drop-down menu) elements and a button.  It currently submits the two variables "Product" and "Subsystem" just fine. 

 

However, I'd like it to submit a third variable without creating a form element for it.  ie. I don't want to have a third drop-down menu or text box visible to the user.  Is it possible to do this?

 

Thanks in advance,

Steven

I currently have a form that consists of two select (drop-down menu) elements and a button.  It currently submits the two variables "Product" and "Subsystem" just fine. 

 

However, I'd like it to submit a third variable without creating a form element for it.  ie. I don't want to have a third drop-down menu or text box visible to the user.  Is it possible to do this?

 

Thanks in advance,

Steven

 

If you know in advance what the value of this third variable will be, you can create a hidden form input.  That, or pass the value along in a session.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.