Form with different required fields
I have created a Parent form with basic parent demographic data and a Child form to store various child information. The Child form was added to the Parent form as a subform to create the one to many relationship between parent and child. This form will be embedded in my website for two different types of users who will enter data into the form. For the first group of users all fields need to be required. For the second group of users (accessing through a different web link) none of the fields should be required. I tried creating a stateless form, but the child subform functionality is not available. Any thoughts? Thanks!