Fast Secure Contact Form: Required Field * not show up on long form
-
Re: Fast secure contact form.
I have two forms on a site. One long and one short. On the short form where I have selected Required Field there is no problem. However, on the longer form, the required field does not show at all.
I have added to .htaccess and php.ini as:
Configure the php.ini like this:
max_input_vars = 3000
You may need to do this via .htaccess (on a shared host for instance), use:
php_value max_input_vars 3000
I changed the php version to PHP 5.6 (Single php.ini) as there is only one site on the account.
Nothing I do makes the Required Field * show up.
The site is here https://jtimmigration.com/application
Thanks for any help.
- The topic ‘Fast Secure Contact Form: Required Field * not show up on long form’ is closed to new replies.