PDA

View Full Version : Form data bindings panel


Jenny I
06-26-2009, 03:48 PM
Since I upgraded UE my form data is no longer appearing in the bindings panel when I im in UE email template editing mode. This means I can no longer insert my form binding to my email. Would anyone be able to help?

Jenny I
06-27-2009, 01:45 PM
I found out why this was happening. My form enctype was set to multipart/data. I'm using DFP with UE do i leave enctype blank?

Ray Borduin
06-29-2009, 09:26 AM
Are you using ASP?

This is because you can no longer refer to form values using standard methods in ASP once you change the enctype. You need to use the syntax usually provided with the upload code you are using.