Posted on: 1/8/2015 2:00:23 AM | Views : 551

Hi,
I'm working on an existing web forms application, 1 page has a form that collects information from the user, then send to a 3rd part company. The values to be sent to the 3rd party company are all in "hidden" input fields, because we need to manipulate data based on the actual user input, then assign the proper values to the hidden fields, then send to the 3rd party company.
Now, the 3rd part company requires that if a hidden input field's value is empty, do not send this field.
How do I achieve that? We already have a jQuery function that manipulates data input and assign values to all hidden fields; so AFTER that is done, I'm thinking to add some logic to check if any value is empty or null; if it is, then somehow "Disable" this hidden field , or delete this hidden field at all - but I'm not sure how to do that?
Anyone has a suggestion?
Thanks a lot,
Claudia

Go to the complete details ...