When you submit a "contact us about this vehicle" form it retains the values for the next inquiry (I assume it stores it in cookies? When does it not clear it out?). Personally I think that is really useful but the client (who is always right :-) doesn't want it to be retained and wants a blank form each time.
How can I reset the form fields to blank each time. Ordinarily it would be easy in Javascript but since your code gets loaded at runtime I'm guessing it won't have the effect (unless I knew what the form and field are called and load it after the main auto-director javascript)
Another option would be to optionally allow for the standard 'Reset Form' button (the site owner coudl choice which method they want). That way the form data can be preloaded but with a click of the button the end user they can clear out the form fields.

