Skip to content

Commit 7442225

Browse files
committed
gcn-populate-select.php: Format header.
1 parent d9b0d1d commit 7442225

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

gc-notion/gcn-populate-select.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
*
1010
* Instructions:
1111
*
12-
* 1. Change FORMID in the filter name to your form ID.
13-
* 2. Change the $field_id, $database_id, and $property_id variables to match your form and Notion database.
14-
* NOTE: the $database_id and $property_id can be found in the Javascript developer console in a GC Notion
15-
* feed settings AFTER the feed is connected to a database.
12+
* 1. Change FORMID in the filter name to your form ID.
13+
*
14+
* 2. Change the $field_id, $database_id, and $property_id variables to match your form and Notion database.
15+
*
16+
* > 💡 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.
1618
*/
1719

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

0 commit comments

Comments
 (0)