Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to make more secure forms
    primarykey
    data
    text
    <p>I recently launched a new website, and in it, used the form code given to me from Salesforce.com so the form results go into that system. Here is the code:</p> <pre><code>&lt;form action="https://www.salesforce.com/servlet.WebToLead?encoding=UTF-8" method="POST"&gt; &lt;div id="email_signup"&gt; &lt;input type=hidden name="oid" value="00000000000000"&gt; &lt;input type=hidden name="retURL" value="http://www.example.com/thank-you"&gt; &lt;input type="text" name="email" id="input_newsletter_email" maxlength="80" style="display:none;"/&gt; &lt;label for="first_name"&gt;First Name&lt;/label&gt; &lt;input id="first_name" maxlength="40" name="first_name" size="20" type="text" /&gt;&lt;br&gt; &lt;label for="last_name"&gt;Last Name&lt;/label&gt; &lt;input id="last_name" maxlength="80" name="last_name" size="20" type="text" /&gt;&lt;br&gt; &lt;label for="company"&gt;Company&lt;/label&gt; &lt;input id="company" maxlength="40" name="company" size="20" type="text" /&gt;&lt;br&gt; &lt;label for="email"&gt;Email&lt;/label&gt; &lt;input id="email" maxlength="80" name="email" size="20" type="email" required /&gt;&lt;br&gt; &lt;label for="phone"&gt;Phone&lt;/label&gt; &lt;input id="phone" maxlength="40" name="phone" size="20" type="phone" /&gt;&lt;br&gt; &lt;/div&gt; &lt;/form&gt; </code></pre> <p>We've been getting some spam signups like " Company: nxlhfzxg, Lead Name: rnsoniinqe rnsoniinqe"</p> <p>There doesn't seem to be any purpose to these, but they are coming in frequently. </p> <p>I added in the required attribute to email because I thought that might help, but it didn't. They just started inputting random emails.</p> <p>Do you know:</p> <ol> <li>Why this would happen</li> <li>What I can do to prevent it? Is Wufoo a good choice?</li> </ol> <p>Thanks!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload