Apply Form Modification
Best Answer
-
Todd
Vanilla Staff
Depending on your registration method there are files in/applications/dashboard/views/entry/register*.php. If you want to remove those questions I recommend the following:
1. Copy the file into your theme's views folder with the same path as above.
2. Put<input type="hidden">placeholders for the questions you want to remove with default values so that the logic still flows through properly.0

Answers
/applications/dashboard/views/entry/register*.php. If you want to remove those questions I recommend the following:1. Copy the file into your theme's views folder with the same path as above.
2. Put
<input type="hidden">placeholders for the questions you want to remove with default values so that the logic still flows through properly.YourTheme/views/entry/register*.php.