• Resolved Ronak Dave

    (@ronakdave)


    Hi Dev,

    First of all thank you for creating such great plugin. I am currently facing one issue which is related to multiple times submit button clicks. If any user is filling the form and submits the button multiple times then it is creating multiple slot entries. I think if the form is successfully validated then the submit button should get disabled?? so that there wont be any duplicate entries.

    Looking for your help here.

    Thanks & Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue too. is there a way to invalidate the button or make it disappear?

    Can i insert this into the code somewhere?

    <?php
    <input
    type=”submit”
    value=”Click Me”
    style=”display:block;”
    onclick=”this.style.display=’none'”>

    Thread Starter Ronak Dave

    (@ronakdave)

    @vin8tan I think that wont help because there are validations fired on that button click. It needs to check for all the validations and once all is validation then it needs to be disabled. Ideally that should be the functionality. If on click we hide the button then it might happen that the user would have left some fields then they cannot proceed further.

    Thank you very much for your response. Really loving the plugin by the way.

    The area around the button remains clickable and I have had some clients submitting twice.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Please update to the latest version published today. We have just added an improvement to prevent processing those accidental clicks.

    Thank you for your feedback and thank you for using the plugin!

    Thread Starter Ronak Dave

    (@ronakdave)

    Thank you so much @codepeople for quick resolution. Much appreciated ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Clicking submit button multiple times issue’ is closed to new replies.