diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php
index dfb50fe5..1da8b3f1 100644
--- a/www/vicidial/admin.php
+++ b/www/vicidial/admin.php
@@ -4225,7 +4225,7 @@ if ($ADD==99999)
- Web Form - This is where you can set the custom web page that will be opened when the user clicks on the WEB FORM button. To customize the query string after the web form, simply begin the web form with VAR and then the URL that you want to use, replacing the variables with the variable names that you want to use --A--phone_number--B-- just like in the SCRIPTS tab section.
+ Web Form - This is where you can set the custom web page that will be opened when the user clicks on the WEB FORM button. To customize the query string after the web form, simply begin the web form with VAR and then the URL that you want to use, replacing the variables with the variable names that you want to use --A--phone_number--B-- just like in the SCRIPTS tab section. If you want to use custom fields in a web form address, you need to add &CF_uses_custom_fields=Y as part of your URL.
@@ -5173,7 +5173,7 @@ if ($ADD==99999)
- Web Form Override - This is the custom address that clicking on the WEB FORM button in VICIDIAL will take you to for calls that come in on this list.
+ Web Form Override - This is the custom address that clicking on the WEB FORM button in VICIDIAL will take you to for calls that come in on this list. If you want to use custom fields in a web form address, you need to add &CF_uses_custom_fields=Y as part of your URL.
@@ -5218,7 +5218,7 @@ if ($ADD==99999)
- Web Form - This is the custom address that clicking on the WEB FORM button in VICIDIAL will take you to for calls that come in on this group.
+ Web Form - This is the custom address that clicking on the WEB FORM button in VICIDIAL will take you to for calls that come in on this group. If you want to use custom fields in a web form address, you need to add &CF_uses_custom_fields=Y as part of your URL.