Forum

Thread tagged as: Problem, Addons, Forms

Form Responses Submitting Twice/Double Entries

When viewing form submission entries processed by the the Forms App, it appears at though everything was submitted twice, ie. it lists 6 entries instead of 3, and their are duplicates of each one? What could be causing this? It's obviously not the biggest functionality issue but will surely get annoying after setting it up to email form responses.

Diagnostics

Perch: 3.1.2, PHP: 7.2.10, MySQL: 5.5.32, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (3.1.2), assets (3.1.2), categories (3.1.2), perch_forms (1.12), perch_mailchimp (3.1)
App runtimes: <?php $apps_list = [ 'perch_mailchimp', 'perch_forms' ];
PERCH_LOGINPATH: /perch
PERCH_PATH: /home/otherwo4/public_html/perch
PERCH_CORE: /home/otherwo4/public_html/perch/core
PERCH_RESFILEPATH: /home/otherwo4/public_html/perch/resources
Image manipulation: GD
PHP limits: Max upload 128M, Max POST 128M, Memory: 768M, Total max file upload: 128M
F1: 3b606135b33e6a102526838f4152a807
Resource folder writeable: Yes
HTTP_HOST: www.otherworldencounter.com
DOCUMENT_ROOT: /home/otherwo4/public_html
REQUEST_URI: /perch/core/settings/diagnostics/
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php

Form template code

<perch:form id="contact" method="post" app="perch_forms" class=" col-12 col-md-8 col-lg-6 mt-4">
    <perch:input type="text" label="Name" id="name" class="form-control mb-4 contactInput" placeholder="Name" autocomplete="on" required />
    <perch:input type="email" label="Email" class="form-control contactInput mb-4" placeholder="Email Address" autocomplete="on" name="Email" required />
    <perch:input type="textarea" label="Message" id="message" class="contactInput col-12 mb-4" placeholder="Your Message" name="Message" required />




    <perch:input class="btn col-6 offset-3 col-lg-4 offset-lg-4 submitBtn hvr-grow-shadow" type="submit" id="submit" value="Submit" />

    <perch:success>
        <div class="info mt-5">

            <perch:content id="success" type="textarea" label="Thank You Message" markdown="true" editor="simplemde"></perch:content>

        </div>
    </perch:success>





</perch:form>
Sheila Whitlow

Sheila Whitlow 0 points

  • 2 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Is this something you can reproduce reliably?

I just tested it for a fourth time and it seems to be working correctly. I guess it was some sort of weird fluke