Is there any way to preserve empty fields in an input array when passing it to php?
I have 3 input arrays: item, list, and sale. The sale doesn't always have a value. The way I'm getting around it right now is entering in a '%' and parsing that to keep it empty. Is there a way to leave it blank and still keep formatting?
