Ability to include parameters in redirect upon submission. #330
djpbadenhorst
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
@djpbadenhorst pass external_id=(random generated id) in the URL - and also pass it in the POST /submissions external_id submitter json param. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thank you for the work done. I've found it to be a pleasure to set up and use.
Perhaps the function I am seeking is available in some other way, but I was hoping to utilize a customised completed_redirect_uri that would have the context of the submission. Of course there are several ways to do this, perhaps the simplest would be have the ability to include
submission_idor an alternative identifier in the completed_redirect_uri. Perhaps as a templated variable or a query parameter?That way the front-end of the redirect would be able to include a download link or information around the submission.
If an alternative approach is feasible, I am open to suggestions.
Beta Was this translation helpful? Give feedback.
All reactions