Open
Conversation
bbf8c1b to
6cd781a
Compare
Author
Author
Author
|
add test cases is intended as long as we agree on the base code. |
xaviedoanhduy
suggested changes
Nov 18, 2025
Comment on lines
+6
to
+8
| <field name="body"> | ||
| Hello {{ object.display_name }}, {{ ctx['requested_by_user'] }} has requested your participation on the following survey: {{ ctx['link'] }}, {{ ctx['message'] }} | ||
| </field> |
There was a problem hiding this comment.
Suggested change
| <field name="body"> | |
| Hello {{ object.display_name }}, {{ ctx['requested_by_user'] }} has requested your participation on the following survey: {{ ctx['link'] }}, {{ ctx['message'] }} | |
| </field> | |
| <field name="body">Hello {{ object.display_name }}, {{ ctx['requested_by_user'] }} has requested your participation on the following survey: {{ ctx['link'] }} {{ ctx['message'] }}</field> |
This will improve a few things:
- avoid new lines (space above)
- the current link will not include a ",", example:
http://127.0.16.1:8072/survey/start/b135640d-14d4-4748-9ef6-344ca256531e?answer_token=61c31e6e-e38d-4129-8517-1f5ef3858e63, - the message content will be displayed on a new line
|
can you also check the following issue? Screencast.from.2025-11-18.17-22-28.webm |
Send survey participation link via SMS
6cd781a to
a759184
Compare
Author
|
here is a module to send survey in SMS |
Author
|
hoping to add a similar module in sign project? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Send survey participation link via SMS