• Resolved moritz001

    (@moritz001)


    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter moritz001

    (@moritz001)

    I tried to include the input in emails, and it shows up. but still not in Contact DB.

    Message Body:
    [your-message]
    First name:[first-name]
    Last name:[last-name]
    email:[your-email]
    affiliation:[affiliation]
    class year:[class-year]

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    This seems to be a question about Contact Form DB plugin. You should post it here.

    Thread Starter moritz001

    (@moritz001)

    Thank you! I posted at Contact Form DB. In meanwhile, I tried another plugin, Save CF7, and it works fine. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Input data is not saved’ is closed to new replies.