-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: add response ID to thank you page #1855
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! but have some minor comments about small stuff
src/public/modules/forms/base/directives/submit-form.directive.js
Outdated
Show resolved
Hide resolved
btw i think cos you branched off another PR, you'd rebase off develop (once it's merged) so that old commits aren't seen or if it isn't, set the compared branch as the base branch! |
src/public/modules/forms/services/submissions.client.factory.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/services/submissions.client.factory.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/services/submissions.client.factory.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/base/directives/submit-form.directive.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/base/directives/submit-form.directive.js
Outdated
Show resolved
Hide resolved
can i request for some screenshots too since this is a client side change? |
…ramters to improve readability and handled error for response parsing
src/public/modules/forms/services/submissions.client.factory.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to increase the padding between the reference number, the horizontal line and the body of the actual email confirmation?
src/public/modules/forms/services/submissions.client.factory.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/base/directives/submit-form.directive.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, to test on staging before approval
also could you add more manual tests to cover all the cases? eg
|
Problem
This PR adds the response ID to the Thank You page. For details, see #1409.
Closes #1409
Screenshots
Manual Tests