2011-06-29, 17:13:58
(This post was last modified: 2011-06-29, 17:17:43 by sameenajaved.)
I did a little customization for the form, especially, created new fields, whose label must be enclosed between "". Once I submitted the changes, the quotes are converted to HTML entities as " when viewing its source. How can I avoid this problem?
The following is my contact form code
And I have attached a screenshot. All the fields are appearing correctly, but the customized field values are not.
The following is my contact form code
Code:
(% contact: name, email, phone, courses! "Preferred Courses", date "Enrollment Date" = "July 5th, 2011" selected | "July 25th, 2011" | "August 15th, 2011" | "September 1st, 2011", captcha, askcopy %)
And I have attached a screenshot. All the fields are appearing correctly, but the customized field values are not.