I am attempting to create a front-end form utilising Craft CMS matrix fields and the dropdown/table field options. I have a matrix field called 'course', this has a Block Type called 'course' and this has two fields, 1. 'courseTitle', this is a dropdown field and 2. 'stage1CourseBookingForm' this is a table field, inside this table field I have a column called 'courseType' which is a dropdown. How can I achieve this?
source https://stackoverflow.com/questions/69712699/how-to-create-a-craftcms-frontend-form-with-a-matrix-table-utilising-table-and-d
Comments
Post a Comment