We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gpnf-parent-form-context-in-child-form.php
1 parent e770711 commit 3e08197Copy full SHA for 3e08197
gp-nested-forms/gpnf-parent-form-context-in-child-form.php
@@ -5,7 +5,7 @@
5
*
6
* Nested Form fields fetch the child form markup via an AJAX request after the parent form has loaded. This
7
* means that when loading child form markup, the child form's context is not the same as the parent's. However,
8
- * most of the parent form context can be retrieved via the GPNF session.
+ * most of the parent form context can be retrieved via the `gpnf_context` parameter passed in the AJAX request.
9
10
* Here is an example where we fetch the "my_id" query parameter that was set on the page on which the parent
11
* form was loaded.
0 commit comments