Skip to content

Configure honeypot to use a specific input name

webadvanced edited this page Dec 28, 2011 · 1 revision

By default, honeypot will build a unique input name/id from the Honeypot.InputNames collection. If you want to use a specific input name/id configure your SimpleHoneypot.cs as follows:

public static void Start() {
    Honeypot.SeDefaultInputName("InputNameIdToUse");
}
Clone this wiki locally