Posts: 54
Threads: 10
Joined: Mar 2011
2011-06-28, 15:27:44
(This post was last modified: 2011-06-28, 16:05:44 by sameenajaved.)
Hi all,
I'm looking to customize the fields of p01-contact plugin. I'm sorry to ask this here, but I really can't access the documentation here from China (I have no idea why the site is blocked). If anyone can, please pass me the documentation.
Thanks,
Angela
PS: what about the user query? How does it store these information, in which XML file?
PPS: does this plugin work with I18N to support multiple language display and input?
Posts: 54
Threads: 10
Joined: Mar 2011
Posts: 2,928
Threads: 195
Joined: Feb 2011
angelazou Wrote:Anyone?
me!
I made a pdf for you
Posts: 54
Threads: 10
Joined: Mar 2011
Posts: 54
Threads: 10
Joined: Mar 2011
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
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.
Posts: 1
Threads: 0
Joined: Jun 2011
Can you re-upload that screenshot, i cant view it??
angelazou Wrote: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
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.
Posts: 54
Threads: 10
Joined: Mar 2011
Posts: 54
Threads: 10
Joined: Mar 2011
So, what can I do to get the form working? Thanks.
Regards,
Angela