Skip to content

Commit 12d5686

Browse files
committed
gc-notion/gcn-populate-select.php: Added video demonstrating how to get a Notion property ID and updated the docs header to include that the snippet also works with Status properties.
1 parent 4f7b4ba commit 12d5686

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gc-notion/gcn-populate-select.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Gravity Connect // Notion // Populate Select Field with Notion Database Options
55
* https://gravitywiz.com/documentation/gravity-connect-notion/
66
*
7-
* Populate a Select or Multi-Select field with the options from a Notion Database Select
7+
* Populate a Dropdown or Multi-Select field with the options from a Notion Database Status, Select
88
* or Multi-Select property.
99
*
1010
* Instructions:
@@ -14,7 +14,8 @@
1414
* 2. Change the $field_id, $database_id, and $property_id variables to match your form and Notion database.
1515
*
1616
* > 💡 The $database_id and $property_id can be found in the Javascript developer console in a GC Notion
17-
* > feed settings AFTER the feed is connected to a database.
17+
* > feed settings AFTER the feed is connected to a database. An video demonstrating how to get
18+
* > a property ID can be viewed here: https://www.loom.com/share/30dd8d83750f424c8cf85a8f4dd8f5f7
1819
*/
1920

2021
add_filter( 'gform_pre_render_FORMID', function( $form, $ajax, $field_values ) {

0 commit comments

Comments
 (0)