The drupal_set_message() that displays the form submission message does not have the repeat argument set to FALSE so you can get multiples of the same message.

Only local images are allowed.

CommentFileSizeAuthor
webform_message_repeat.patch530 bytesjames.elliott

Comments

quicksketch’s picture

This seems like an obvious improvement, but could you describe a scenario in which this problem occurs? I've never seen this myself.

DaPooch’s picture

This is happening to me too but for 6x-3.6

Created form submitted to it and whenever I go back to it I get the message that I've already submitted it twice instead of the expected once.

quicksketch’s picture

Version: 7.x-3.x-dev » 7.x-3.6
Status: Needs review » Fixed

Eh, well even though I've never seen this problem it's not going to hurt to include this change. Committed to both 3.x branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

David_Rothstein’s picture

Version: 7.x-3.6 » 7.x-3.x-dev
Status: Closed (fixed) » Reviewed & tested by the community

This looks like it got rolled back (I think accidentally) when #960734: Anonymous users weird behaviour when limit is reached, no submit error is given, record not saved was committed. Based on the theory that it was an accident, I'm reopening this and setting it to RTBC - the patch still applies to the 7.x-3.x branch.

quicksketch’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, not sure how that happened. Committed and pushed again.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.