How do I edit an email form reply from a customer back to the website owner so that it does NOT show empty text field areas that were left blank by the user?
I know this is not possible with just regular HTML froms but I heard that maybe there are some jsp codes or something?
My clients have a LONG grocery list of items to choose from and they all have text fields. They want to be able to see the response email that is sent back to them after a customer orders something from their site. They just don't want to have to scroll through a long list of useless data that is generated by the response email even if the user left the text field blank.
They currently don't want to accept payment online so I could not convince them to just get some shopping cart software.
The form currently works and is using a PHP script that I got from the host company GoDaddy.
Any ideas?