Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2110 มุมมอง

Please

I need to modify the form  for request job, I need to add more than one attachment to this form

Is it possible?

I will appreciate your help


Kind regards,

Alfredo

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Very late answer but it might help someone else trying to achieve this.

You can do this by editing the html of the application page (click on 'Customize -> HTML/CSS Editor') and duplicating the div element that relates to the Resume attachment, see image below.  You just need to change the references to "Resume" to something else in the duplicated section ie. 

for="application_letter">Letter of Application<

and

name="application_letter"

Doing this will create a second upload field, which will in turn create a second attachment in the application record with the name 'application_letter'.


อวตาร
ละทิ้ง