![]() |
|
contact_form subject bug - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: contact_form subject bug (/thread-3084.html) |
contact_form subject bug - olihar - 2008-10-12 Even tough I cant use the Contact form as it is for some reason talked about in another thread.. I noticed that the Subject field does not show on the page even when ticked in required or show. if set to required the system gives an error stating to put in a subject even if the field is not there. Try re producing this bug by for example only choosing subject and message, it seems for some reason be visible when some other fields are selected as well. contact_form subject bug - acrylian - 2008-10-12 Thanks, that is indeed another bug. I will see to that. contact_form subject bug - impete82 - 2008-10-12 glad to know one other person noticed that so i don't look like a complete tard thinking it was something i did hehe contact_form subject bug - thestable - 2008-11-29 I don't know if this has already been seen to but the fixed section of /zp-core/plugins/contact-form/form.php is below. The problem was that the if(showOrNot... wasn't closed properly because of an omission of and the if(showOrNot... for the subject wasn't included. See below. Quote: contact_form subject bug - sbillard - 2008-11-29 Seems fixed in the development streem. Always a good idea to check that source when you come across a problem. We may have already fixed it. |