• Resolved nitesh1234

    (@nitesh1234)


    Hello!
    I have a question about an issue we have noticed about the duplicate post/title content detection: Is there a way to make it so when a duplicate post and/or title is detected after the user tries to submit the post, that the contact in the fields is not the deleted? Now when a duplicate post is detected, there’s an error text and all the content in the fields are deleted. To be clear we do NOT want users to be able to submit posts with post/title field content that is the same as an existing post, but we also don’t want the content in the fields to be removed when the user tries to submit.
    and i think it’s possible through submit the form by ajax.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Glad to help:

    1. “i think it’s possible through submit the form by ajax”

    No that is incorrect. All form submissions are handled via POST request. There is no current support for Ajax submissions.

    2. “Is there a way to make it so when a duplicate post and/or title is detected after the user tries to submit the post, that the contact in the fields is not the deleted?”

    Yes that is how it works normally. The browser remembers the form fields if there is an error. Only the File(s) field is not remembered. If that is not happening for any specific site, it usually means there is something (like some other plugin) that is interfering with normal functionality. So best advice in that case is to do some basic troubleshooting. I would be glad to provide a guide if it might be useful for you.

    Thread Starter nitesh1234

    (@nitesh1234)

    This is not a best solution for this. how much data browser will save and remind. I think you need to improve like save the input data in session variable, and append the same data after page load if user get the error message. because browser will not suggest the attachment doc or images. so i think you need to work on it. multiple users are facing this type of errors.

    Plugin Author Jeff Starr

    (@specialk)

    Thank you for the feedback, it is much appreciated. We always work to improve the quality of our plugins, and this advice may be useful in that regard. Cheers and feel free to post again with any further information. Thank you, @nitesh1234.

    Thread Starter nitesh1234

    (@nitesh1234)

    Hello Jeff,

    I did not receive the best solution from your site. can you please help me to fix this issue now.

    Plugin Author Jeff Starr

    (@specialk)

    Sure, let me know which issue you are still grappling with and I’ll do my best to help asap.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Duplicate post removes form field content’ is closed to new replies.