Does anyone know how to add/remove profile fields on the register page without breaking everything?
Which fields are you looking to remove? The easiest way would be to replace it with a hidden field in the template
16 hours ago, Nabeel said:
Which fields are you looking to remove? The easiest way would be to replace it with a hidden field in the template
Thanks for responding ,
I was hoping to remove the option to choose an airline as we only want registrations for one airline, and also add a text field.
On 4/16/2020 at 10:24 AM, Joshh said:
Thanks for responding ,
I was hoping to remove the option to choose an airline as we only want registrations for one airline, and also add a text field.
The easiest way would be to create a hidden field with the airline ID you want. Right now, there aren’t custom registration fields, probably something I can add in after release