Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple responses can’t be submitted via modal because success message isn’t cleared. #1643

Open
adunkman opened this issue Sep 26, 2024 · 2 comments

Comments

@adunkman
Copy link
Member

We’re in the process of implementing Touchpoints using a custom styled button in the 18F Guides (18F/guides#723). Through testing, we’ve noticed that a user can’t submit multiple responses to the same page — the second time the modal is activated, the success message is still displayed rather than the form.

Here’s a quick demo:

touchpoints-demo.mov

Ideally, we’d like to allow our users to submit multiple comments.

@ryanwoldatwork
Copy link
Contributor

The confirmation message stays to discourage a user submitting multiple comments on a given page.
This is often exploited by bots and scripts.

Refreshing the page renews the form.
Not inclined to change this behavior, as users requested this a few months ago.

Can you share a bit more about your use case and why a user submitting multiple comments on a single page experience is desirable?

@adunkman
Copy link
Member Author

Sure!

We often have longer pages of content on guides, and I’d like to encourage folks to provide feedback as they read.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants