Forums
Hi,
I am extending the registration form of opigno to include additional fields. I have been able to do by adding single fields such as "First Name", "Last Name", "Date of Birth", "Gender" to the User Profile Form at Configuration > People > Account Settings > Manage Fields. Now I want to include fields for information such as previous academic records, which have multiple fields per record and the user could possibly have more than one entry, the form I want to design should appear like below
Username:
Password:
Last Name:
First Name:
Other Names:
Institution # | Course # | Degree # | Graduation Year #
Institution 1 | Course 1 | Degree 1 | Graduation Year 1
Institution 2 | Course 2 | Degree 2 | Graduation Year 2
Institution 3 | Course 3 | Degree 3 | Graduation Year 3
Please advise me on how I can achieve this.
Thank you!
Tolu.
Hi oktab1,
Hi oktab1,
For this, you can use the module Field collection (https://www.drupal.org/project/field_collection).
For a small demonstration and example, see this video: https://www.youtube.com/watch?v=1V1ofpgUw-Y.
Best regards,
Allan
In reply to Hi oktab1, by Amermod
Thank You!