Input data is not saved
-
I have multiple contact forms set up. It worked all fine until I installed the latest version of WordPress. Contact Form DB doesn’t show any input data from Contact Forms.
For example:
The Contact Form:
<div id=”genInfo”>
<h3 style=”margin-bottom: 1em”>General Information</h3><div>
<label>First Name <span style=”color: #cc0000;”>*</span></label>[text* first-name]
</div><div>
<label>Last Name <span style=”color: #cc0000;”>*</span></label>[text* last-name]
</div><div>
<label>Email <span style=”color: #cc0000;”>*</span></label>[email* your-email]
</div><div>
<label>Affiliation with Moritz<span style=”color: #cc0000;”>*</span></label>[select* Affiliated “Current Moritz Faculty, Staff, Student” “Moritz Alumni” “Other”]</div>
<div>
<label>Class Year <span style=”color: #cc0000;”>*</span></label>[select* class-year “2017” “2018” “2019” “None”]
</div></div>
<p>[submit class:btn class:btn-inverse “Submit”]</p>
The Contact Form DB only has three columns: submitted, submitted login, and submitted from.
Please advise. We use this plugin a lot, and there’re multiple events coming are using it. Thanks.
- The topic ‘Input data is not saved’ is closed to new replies.