• Resolved icqolsecretary

    (@icqolsecretary)


    I was revising my templates tonight and suddenly the submit form stopped working. Specifically it freezes when I press it. The dotted border appears, but it jams there. I turned off field checking, but that had no effect.

    I made one mistake and removed the name and email fields from by booking form. That stopped the form from showing. Then I tried it with the fields, but hidden. That seemed to work then stopped. But showing the fields did not fix it.

    An example of the form can be found at:
    https://chocochoco.byethost4.com/wp/events/12/531-family-english-copy-copy/

    my template is:
    <br />
    <h1> Current Family Information</h1>
    <p>Please edit this if necessary.</p>

    [PM_Profile] (this is the shortcode for profile grid plugin
    <br />
    <h1>Register for the event</h1>

    <span style=”display:none;” > #_NAME, #_EMAIL</span>
    </tr>
    <tr>
    <table class=”eme-rsvp-form alignleft”>
    <tbody>
    <tr>
    <th style=”text-align: center;” colspan=”2″ scope=”row”>
    <h2>Children Attending</h2>
    </th>
    </tr>
    <tr>
    <th style=”text-align: right;” scope=”row”>How many? *</th>
    <td>#_SEATS{1}</td>
    </tr>
    <tr>
    <td style=”text-align: center;” colspan=”2″ scope=”row”>For more than 1 child, there is a 500 JPY?discount. Please select 1 here if you wish the discount: #_SEATS{2}</td>
    </tr>
    <tr>
    <th style=”text-align: right;” scope=”row”>Please leave any comments or questions you have here.</th>
    <td>#_COMMENT</td>
    </tr>
    <tr>
    <th style=”text-align: center;” colspan=”2″ scope=”row”>
    <h2>Submit Form</h2>
    </th>
    </tr>
    <tr>
    <td style=”text-align: center;” colspan=”2″ scope=”row”>Fill in the following Captcha
    #_CAPTCHA</td>
    </tr>
    <tr>
    <th style=”text-align: center;” colspan=”2″ scope=”row”>#_SUBMIT</th>
    </tr>
    </tbody>
    </table>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Franky

    (@liedekef)

    Sorry, but your site requires registration before the form shows. I’m guessing some html is wrong, so go through it with a html debugger …

    Thread Starter icqolsecretary

    (@icqolsecretary)

    You were right. There was a stray <tr> in my code. Interesting that that broke it, but anyway, thank you very much for taking the time to look into it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘submit form not working suddenly’ is closed to new replies.