hi there...
During setup of an application form, I came across a problem. I want to fill some form fields with data from a job offer. But the applicants should be able to apply through a simple link like domain.com/application-form-name/job-alias
But how can i now access the job-alias from within the form for example in a db-read-action? I can get the alias to the $form->data("job-alias") by passing the variable as get-parameter (domain.com/application-form-name?job-alias=...) but the specification requires the link in full sef-format (domain.com/application-form-name/job-alias)
i only found this thread in the forum where Max wrote to setup a custom router.php. But with this solution I do not know how to setup this.
Can anyone help me whit that?
Regards
Matthias
During setup of an application form, I came across a problem. I want to fill some form fields with data from a job offer. But the applicants should be able to apply through a simple link like domain.com/application-form-name/job-alias
But how can i now access the job-alias from within the form for example in a db-read-action? I can get the alias to the $form->data("job-alias") by passing the variable as get-parameter (domain.com/application-form-name?job-alias=...) but the specification requires the link in full sef-format (domain.com/application-form-name/job-alias)
i only found this thread in the forum where Max wrote to setup a custom router.php. But with this solution I do not know how to setup this.
Can anyone help me whit that?
Regards
Matthias