Asset builder building two identical assets

Hi, I have an asset builder for comments. The problem is it builds two identical assets in the same location… 90% of the time. It should only be building one.


Cusomisations:



As our users wouldn't expect to give comments replying to comments a name, yet the builder requires the comment to have a name, the %details-F_name% field has been replaced with a manually built input field. So has the %details-F_comment% field in order to display some default text. All up, the custom form looks like:


    
    
    



Has anyone run into this before? If so can you please share your solutions? Any help sincerely appreciated :)

Now it's making 3 identical assets with each submission :s

Okay the problem is that there are multiple fields with identical names so the form is submitting twic if there's two posts, three times if there's three etc. Will have to do a workaround.