
0
Under review
Custom Registration
I'd love to have the ability to add/remove fields to the user registration - since everything is encrypted with ioncube this isn't possible. Can you please provide a way to do this?
Customer support service by UserEcho
The code that makes up the user registration form can be freely edited. More fields can be added to the form, but the server-side code and the database will not accommodate the submitted data.
With the Enterprise version, you can connect FileRun's authentication to a third-party user database, such as a membership system, which you could customize with more fields that might be saved. In other words, you can have the registration process handled by third-party software, and have FileRun use it for providing user access.
I did find the JS files to edit the registration - though I think in the future having the ability to add/remove fields without using some 3rd party utility would be more consumer friendly. Thank you.