I’m getting strange results from two safecracker forms which are occasionally giving me several duplicate entries whose {entry_date}‘s are all posted at the same time.
Sometimes it’s only one duplicate, sometimes it’s twelve.
Here’s the form tag for one of the forms in question:
{exp:safecracker channel="applications" return="jobs/index" json="yes" include_jquery="no" datepicker="no" safecracker_head="no" dynamic_title="Application for [application_first_name] [application_last_name]" preserve_checkboxes="yes" entry_id="{segment_2}" author_only="yes"}The two forms use different fields, and post to different channels, but the safecracker tag is pretty much the same, as are the resulting duplicates.
Again, it’s only on a few submissions. I have not been able to detect anything in particular about the entry contents which might cause such a problem.
Anything jump out as to what might be causing this?