We are trying to adapt the existing Application form to our needs.
As we have children and adults in our classes, we would need to change the ‘Parent/Guradian’ fields as being optional so they can be used if necessary or left blank.
Hi @Xavier_Bit To make the fields optional, please update the source code by removing the “required” parameter. However, ensure that the field’s optional status remains consistent with the backend logic and the corresponding database table schema. Hope that helps!
Following Ali’s suggestion about required fields, I would add that if you have two very different types of applicants, such as children and adults, I would recommend creating two separate application forms with Form Builder so that you can tailor the fields and instructions to the different needs of each type of applicant.