If you look at the source of the page with the feedback form, then we will see the line there
Code: Select all
$internalfields = array ("submit", "reset", "act", "send", "filesize", "formid", "captcha_code", "recaptcha_challenge_field", "recaptcha_response_field", "g-recaptcha-response");
Those. how to put the "name" of one of the form fields in this line, in the project itself, and not in the source code?