We are using this form to submit to a third party calculator. We are using the 'Pass Field Data Via Query String' to submit to one of their ASP forms.
The problem we are having is that if we have a blank value 'name=&' it seems that the equal sign is getting stripped out. This throws an error and doesn't process the results (from their lame asp script). Is there any way to NOT strip out the equal sign in the query string?
PLEASE HELP!