By dnndev on
12/10/2008 9:51 AM
Are you sending values to a page or receiving values from a page via HTTP POST? When doing so, it's often necessary to verify the values are being sent correctly and that the field names being used are the ones you expect. If you're an XMod user, this is useful if you're using the
tag or tag or if you're receiving values into your form via the tag. Of course, POSTing values isn't an XMod-only activity and you may find use for this script elsewhere in your development activities.