frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
17.59k stars 6.72k forks source link

Error page after submitting Job Application #6919

Closed justinlusg closed 7 years ago

justinlusg commented 7 years ago

Submit Job Application via Web Form image

Upon submitting, the record is saved in the system, but the applicant end up viewing this page instead of the "thank you" page. image

I have already checked the Web Form setting and confirmed everything is correct. image

KanchanChauhan commented 7 years ago

Change success URL to /jobs

justinlusg commented 7 years ago

@KanchanChauhan it is the same, it still redirect me to something like this..

http://erp.agtech.com.sg/job_application?name=test%20-%20test@test.com

justinlusg commented 7 years ago

You can try to submit the form at http://erp.agtech.com.sg/job_application?job_title=account-executive also to see the error

KanchanChauhan commented 7 years ago

@justinlusg Did you change the success URL from / to /jobs?

jwrober commented 7 years ago

This behavior is same as https://github.com/frappe/frappe/issues/2266

rmehta commented 7 years ago

pushed a fix https://github.com/frappe/frappe/pull/2322