Hi David,
What about the built-in "endurl" function to trigger a redirection to your python script (or any intermediate php script if necessary)?
manual.limesurvey.org/URL_fields#End_URL_field
Note that you can dynamically access {SAVEDID} & {TOKEN} values in the completed message/page , so you can use several other redirect methods like AJAX calls or meta refresh redirection:
What about the built-in "endurl" function to trigger a redirection to your python script (or any intermediate php script if necessary)?
manual.limesurvey.org/URL_fields#End_URL_field
Note that you can dynamically access {SAVEDID} & {TOKEN} values in the completed message/page , so you can use several other redirect methods like AJAX calls or meta refresh redirection: