There is a way to send only non empty inputs (( those who value is not equal to "" )) when user do form submission?
i wanna to acheive this cuz my site offers forms to filter data, and use GET method to indicate query string in the url, but clearly something like this
site.mx/voucher/search/?id=1,2,3,4&date_from=&date_until&comment=&status=6
will be much more prettiest in this way
site.mx/voucher/search/?id=1,2,3,4&status=6
ty ;)