diff --git a/docs/framework/quickform/index.md b/docs/framework/quickform/index.md index 4cbffe99539d9dcd093621055408b1a83230338a..910e71e7d948fbe4c6a7e88e9c0124c7e63a8309 100644 --- a/docs/framework/quickform/index.md +++ b/docs/framework/quickform/index.md @@ -68,8 +68,8 @@ class CRM_Example_Form extends CRM_Core_Form { } ``` -!!!note -In CiviCRM Core, sometimes in sub classes e.g. in the Custom Search Sub classes, the function `buildForm` is used instead of `buildQuickForm, However there will be a call in the parent function for `buildQuickFrom` which then includes the subClasses buildForm. This is not standard for new form classes.` +!!! note "builQuickForm v buildForm" + In CiviCRM Core, sometimes in sub classes e.g. in the Custom Search Sub classes, the function `buildForm` is used instead of `buildQuickForm`, However there will be a call in the parent function for `buildQuickFrom` which then includes the subClasses `buildForm`. This is not standard for new form classes. ## Form Elements