From 825613b3646d460f0737410204fb99f990548caf Mon Sep 17 00:00:00 2001 From: Joel Doyle Date: Tue, 29 Jul 2014 16:23:28 -0400 Subject: [PATCH 1/2] Update inherit_data_option.rst --- cookbook/form/inherit_data_option.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbook/form/inherit_data_option.rst b/cookbook/form/inherit_data_option.rst index ee46305be2b..513f887e940 100644 --- a/cookbook/form/inherit_data_option.rst +++ b/cookbook/form/inherit_data_option.rst @@ -154,3 +154,7 @@ Finally, make this work by adding the location form to your two original forms:: That's it! You have extracted duplicated field definitions to a separate location form that you can reuse wherever you need it. + +.. note:: + + Forms with the "inherit_data" option set cannot have *_SET_DATA event listeners. From 8a67498048ef9d142fc8b71e0645088072fbc7bc Mon Sep 17 00:00:00 2001 From: Joel Doyle Date: Wed, 30 Jul 2014 10:58:32 -0400 Subject: [PATCH 2/2] Updated styling of my edit --- cookbook/form/inherit_data_option.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/form/inherit_data_option.rst b/cookbook/form/inherit_data_option.rst index 513f887e940..75db174ea3e 100644 --- a/cookbook/form/inherit_data_option.rst +++ b/cookbook/form/inherit_data_option.rst @@ -155,6 +155,6 @@ Finally, make this work by adding the location form to your two original forms:: That's it! You have extracted duplicated field definitions to a separate location form that you can reuse wherever you need it. -.. note:: +.. caution:: - Forms with the "inherit_data" option set cannot have *_SET_DATA event listeners. + Forms with the ``inherit_data`` option set cannot have ``*_SET_DATA`` event listeners.