esmi,
I don’t know what the plugin we are using is. Our developer left us. Here is the HTML from the appropriate page, below. I note that the javascript I see when I “view source” on the web page refers to the faulty IP address, 72.167.19.124, but I can’t find a place to change that below:
_________
<form action="malfrm_contact.php" method="post"> <input type="hidden" value="uS9vz5a1mVWo7aEaJOLSwOfl6a8" /> <strong>What kind of comment would you like to send?</strong>
<input checked="checked" name="comment" type="radio" value="Suggestion" />Suggestion
<input name="comment" type="radio" value="Complaint" />Complaint
<input name="comment" type="radio" value="Problem" />Problem
<input name="comment" type="radio" value="Praise" />Praise
<strong>What about us do you want to comment on?</strong>
<select name="Subject" size="1"> <option selected="selected" value="Website">Website</option> <option value="Company">Company</option> <option value="Products">Products</option> <option value="Store">Store</option> <option value="Employee">Employee</option> <option value="Other">Other</option> </select>Other:
<input name="Other" size="20" type="text" /><strong>
Enter your comments in the space provided below:</strong>
<textarea cols="44" rows="8" name="commentarea"></textarea>
<strong>Tell us how to get in touch with you:</strong>
<table border="0">
<tbody>
<tr>
<td>Name</td>
<td><input name="name" size="35" type="text" /></td>
</tr>
<tr>
<td>E-mail</td>
<td><input name="email" size="35" type="text" /></td>
</tr>
<tr>
<td>Tel</td>
<td><input name="phone" size="35" type="text" /></td>
</tr>
<tr>
<td>FAX</td>
<td><input name="fax" size="35" type="text" /></td>
</tr>
</tbody>
</table>
<input name="ContactRequested" type="checkbox" value="Contact Requested" />Please contact me as soon as possible regarding this matter.
<input type="submit" value="Submit" /> <input type="reset" value="Clear Form" /> </form>