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
| <iframe width="560" height="315" src="{{Video}}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
| <div class="primary"> | |
| <h1 class="title">{{[Webinar topic]}}</h1> | |
| </div> | |
| </div> |
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
| // YOU CAN CHANGE THE NAME OF YOUR | |
| // DATA COLLECTION SHEET HERE ↙ | |
| const SHEET_NAME = "responses"; | |
| // Globals. | |
| let document_properties; | |
| const expected_hosts = [ | |
| "/template/1/embed/", | |
| "flourish-user-templates.com", |
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
| interest_rate = q_4 / 100 | |
| monthly_interest_rate = [interest_rate] / 12 |
OlderNewer