Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Apply Form Modification
Best Answer
-
Todd Vanilla StaffDepending 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
.