I need to add some additional Profile fields to the Basic Information section when registering. I need to add both Radio and Check Box type. I can reference the Gender field to see how to do a Radio option.
Here are my questions. In the current Basic information fields it has;
Name SYS_STREET
Internal name STREET
If I click "Create profile field" it has a field to fill in for Name but it doesn't have a field to enter an Internal name. Say for Name I enter SYS_POSITION does it automatically create the Internal name POSITION when I click "Save"
For a radio button I would put
male.png|SYS_FORWARD
male.png|SYS_CENTER
male.png|SYS_GOALIE
male.png|SYS_DEFENCE
Do these fields automatically get created in the MySQL database or do I have to create them as part of creating the "Profile" fields?
Thanks,
Dan
Adding Profile fields to the Basic Information
- DanWestlake
- Beiträge: 24
- Registriert: 13. Apr 2019, 08:34
Adding Profile fields to the Basic Information
Ontario, Canada


Re: Adding Profile fields to the Basic Information
Hello Dan,
The fields get automatic create in the database. You do not need the prefix "sys". For the profilr-field "position" you only use:
Forward
Center
Goalie
Defence
The field "gender" use additional Icons, if you have icons for "defence" and so on, you can use them in the form you wrote. Suddenly, i do not know, where to place these Icons in the Installation, sorry.
The fields get automatic create in the database. You do not need the prefix "sys". For the profilr-field "position" you only use:
Forward
Center
Goalie
Defence
The field "gender" use additional Icons, if you have icons for "defence" and so on, you can use them in the form you wrote. Suddenly, i do not know, where to place these Icons in the Installation, sorry.
Mit sportlichen Grüßen
Thomas
Homepage https://www.hanabi-pirna.de
Admidio-Version 4.0.6 (PHP 7.4) sowie 4.1.12 (PHP 8.0)
Auch aktiv unter https://community.zeta-producer.com
Thomas
Homepage https://www.hanabi-pirna.de
Admidio-Version 4.0.6 (PHP 7.4) sowie 4.1.12 (PHP 8.0)
Auch aktiv unter https://community.zeta-producer.com
- DanWestlake
- Beiträge: 24
- Registriert: 13. Apr 2019, 08:34
Re: Adding Profile fields to the Basic Information
Hello Thomas,
Thank you for taking the time to reply. It is very helpful.
Regards,
Dan
Thank you for taking the time to reply. It is very helpful.
Regards,
Dan
Ontario, Canada

