Skip to content

Defining CSS class name for honeypot input

webadvanced edited this page Dec 28, 2011 · 1 revision

By Default, Simple Honeypot will render an input with a CSS class name called 'input-imp-long'. You can change this CSS by calling Honeypot.SetCssClassName("newCssName") in the Start function of the SimpleHoneypot.cs class.

Clone this wiki locally