bwrobo
14-Dec-2006, 09:18 PM
I'm currently working on a quote request form for one of my customer, I'm having trouble finding a way to filter out the un-needed fields from resulting email response.
The form is relatively simple, a customer enters in their personal information, than can choose one of or any combination of 8 product categories they would like a quote for... from their the <div> that contained the form data is made visible, and the viewer can fill out that information.
I created a HTML response template that organizes the data, however, I am forced to show all the form results. My orignal solution was to set <DIV>'s like I did in the form that would make the information invisible if it wasn't filled out, however, I need a Javascript function to do that, and Microsoft Outlook doesn't allow Javascripts to run.
Has anyone tried to come up with a solution similar to my plan? If so how did you pull it off?
Thank You,
Brian Wroblewski
GoWebLive!
The form is relatively simple, a customer enters in their personal information, than can choose one of or any combination of 8 product categories they would like a quote for... from their the <div> that contained the form data is made visible, and the viewer can fill out that information.
I created a HTML response template that organizes the data, however, I am forced to show all the form results. My orignal solution was to set <DIV>'s like I did in the form that would make the information invisible if it wasn't filled out, however, I need a Javascript function to do that, and Microsoft Outlook doesn't allow Javascripts to run.
Has anyone tried to come up with a solution similar to my plan? If so how did you pull it off?
Thank You,
Brian Wroblewski
GoWebLive!