-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #392 from cofacts/awardee
feat: add MyGoPen awardee form
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<script> | ||
const userId = liff.getDecodedIDToken().sub; | ||
let iframeUrl = `https://www.surveycake.com/s/Xx6mp?ssn0=${userId}` | ||
</script> | ||
|
||
<style> | ||
iframe { | ||
width: 100vw; | ||
height: 100vh; | ||
border: 0; | ||
} | ||
</style> | ||
|
||
<svelte:head> | ||
<title>得獎者@Cofacts x 第四屆 MyGoPen 謠言惑眾獎</title> | ||
</svelte:head> | ||
|
||
<iframe title="謠言惑眾獎得獎者" src={iframeUrl} /> |