WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: applepie on July 01, 2013, 10:32:07 PM

Title: help with form
Post by: applepie on July 01, 2013, 10:32:07 PM
Hi, i never come across this problem before. Can someone tell me why my form looks like that. I added the fields Name, Telephone Number and Email Address but what the extras appear above? I cant see where to delete the extra items above. Please view image enclosed. I am using andreas09 template. Thanks in advance.
Title: Re: help with form
Post by: marmot on July 02, 2013, 12:00:27 AM
Hi,

I added the fields Name, Telephone Number and Email Address but what the extras appear above? I cant see where to delete the extra items above. Please view image enclosed.
these are honeypot fields and a very clever security feature of the very smart wb programmers.
I just put "Leave this field email" into the forum search field and found: 1 (http://www.WebsiteBaker.org/forum/index.php/topic,12930.0.html) 2 (http://www.WebsiteBaker.org/forum/index.php/topic,25137.0.html) 3 (http://www.WebsiteBaker.org/forum/index.php/topic,24111.0.html) 4 (http://www.WebsiteBaker.org/forum/index.php/topic,24847.0.html) 5 (http://www.WebsiteBaker.org/forum/index.php/topic,23482.0.html)
Wow that's a lot to read and all in german, so most likely you didn't load .css files by using
Code: [Select]
register_frontend_modfiles('css');
in your template index.php. On second place is that you are missing style definitions like
Code: [Select]
.frm-nixhier { display :none; }
.nixhier { display :none; }
in your frontend.css file.

regards
Title: Re: help with form
Post by: applepie on July 02, 2013, 01:53:37 AM
Wow, thanks. It works. You are my hero. Thank you so much!