I am trying the HTML Form Generator from https://bigprof.com/html-form-generator/ (image attached)
but
it runs errors on page and I am getting these errors logged in php_errors.log :
[31-Jul-2021 08:55:08 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 08:55:08 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 08:55:08 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 08:55:08 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 08:55:08 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 464
[31-Jul-2021 08:55:08 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 465
[31-Jul-2021 08:57:26 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 08:57:26 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 08:57:26 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 08:57:26 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 08:57:26 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 464
[31-Jul-2021 08:57:26 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 465
[31-Jul-2021 09:20:25 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 09:20:25 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 09:20:25 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 09:20:25 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 09:20:25 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 464
[31-Jul-2021 09:20:25 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 465
[31-Jul-2021 09:25:23 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 09:25:23 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 151
[31-Jul-2021 09:25:23 UTC] PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 09:25:23 UTC] PHP Notice: Trying to access array offset on value of type null in C:\inetpub\wwwroot\FormGenerator\index.php on line 162
[31-Jul-2021 09:25:23 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 464
[31-Jul-2021 09:25:23 UTC] PHP Notice: Undefined variable: FormCode in C:\inetpub\wwwroot\FormGenerator\index.php on line 465
....
Any clue ?

THANK YOU ...