Too much text in TextArea causing form to spam out
-
Hi, I’m in a bit of a pickle and can’t find anything online. I’ve created a form for people to submit essays through contact form 7. When they put their essay in the textarea it’s causing the form to be marked as spam. Here is the link to one of the forms: https://cancerpathways.org/education/writing-contests/2nd-annual-alaska-teen-writing-contest/
I have put in max fields of over a million!!!
When you put in a lot of text it gives me the orange border of death! Please help! The site is live and I don’t know what to do!
Here is the code:
`<h1>Your Information</h1>
<div style=”display: block; width: 100%;”>
<div class=”leftformdiv”>
<p>First Name: [text* first-name class:formfloatright size:35] </p><p>Last Name: [text* last-name class:formfloatright size:35] </p>
<p>Phone: [tel* tel-560 class:formfloatright size:35 “555-555-5555”]</p>
<p>Your Email: [email* your-email class:formfloatright size:35] </p>
<p>High School: [text high-school class:formfloatright size:35]</p>
<p>School Counselor: [text counselor class:formfloatright size:35]</p>
<p>Essay Title: [text* essay-title class:formfloatright size:35]</p>
</div>
<div class=”rightformdiv”>
<p>Address: [text* address class:formfloatright size:35]</p><p>City: [text* city class:formfloatright size:35]</p>
<p>State: [text* state class:formfloatright size:35]</p>
<p>Zip Code: [text zip class:formfloatright size:35]</p>
<p>How did you hear about this writing contest?
[text* referral size:35]
</p></div>
<h1>Disclaimer</h1>
<p>[acceptance acceptance-924] By entering the contest, I give Cancer Pathways the non-exclusive rights to my essay.</p>
</div>
<h1>Essay</h1>
[textarea* essay maxlength:14000000000]<p>To cut down on spam please answer this security question
[recaptcha]</p>
<p>[submit “Submit Entry”]</p>
- The topic ‘Too much text in TextArea causing form to spam out’ is closed to new replies.