Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Thai

การสร้างแบบฟอร์มย่อย: ออกจากรายละเอียด

Image Modified

First, you will need to create a child form or the form that you would want to embed in your parent form. In the child form, add a field that will be used to store the ID of the parent form. In this example, we added the field leave_application_id.

...

Thai

ก่อนอื่นคุณจะต้องสร้างแบบฟอร์มย่อยหรือแบบฟอร์มที่คุณต้องการฝังในแบบฟอร์มหลัก ในฟอร์มย่อยให้เพิ่มเขตข้อมูลที่จะใช้ในการจัดเก็บ ID ของฟอร์มหลัก ในตัวอย่างนี้ leave_application_id

การสร้างแบบฟอร์มผู้ปกครอง: ออกจากแอปพลิเคชัน

Image Modified

In the parent form, you can (optionally) add a field that will be used to store the ID of the child form. In this example, the field leave_details_id has been added. This is only needed in situations where there is a one-to-one relationship between the parent form and the child form. You can then embed your child form in the parent form by dragging the Sub Form form element into the section that you want the subform to appear in.

...