Step 53.2: Create a new application form settings by yourself. We need to add all items to the application form one by one. For our example we will need to add 7 different items: - Header
- Input text field for the given name
- Input text field for the surname
- Input text field for the mail
- Custom HTML text - the separator (line)
- Custom HTML text - already member message when user try to register twice
- Submit button
As this is very complex, we strongly recommend to copy any existing form. It is not the intention of this guide to teach you how to create new application forms with all details. If the user is already registered in the GEANT AAI Service, he would need to fill the registration form for the Group. Fields could differ regarding the settings of the application form to your Group. In this example, the form is very simple and expects the same data as the GEANT AAI Service. So all of them will be pre-filled by the system and user can't change them in the form. When the user click on the green "Submit" button, the application will be send and eventually approved (manually or by automatic → regarding the configuration of the application form in the group) Warning | Important: All items have to be added and then configured properly. Also every application form need to have a "Submit" button, otherwise it can't be used by a user. |