Conditional Required Fields
Moderator: mkoch227
-
- Posts: 7
- Joined: Fri Jul 26, 2013 3:00 pm
Conditional Required Fields
Are there any plans to be able to make a field required only if a previous field is answered in a certain way? For example, I have a particular field labeled "customer ID". It is not a required field, because not all support tickets involve customers. The problem is, our employees are not entering data into this field because it is not required. An ideal method (for me, anyway) would be to add a new field before the "customer ID" field. This new field would be required, and would say something like "does this involve a customer"? If this was answered "yes", then the "customer ID" field would become required.
Re: Conditional Required Fields
No, there are no plans to add such conditional rules to custom fields in the near future.
You will need to modify the source code to achieve this.
You will need to modify the source code to achieve this.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 7
- Joined: Fri Jul 26, 2013 3:00 pm
Re: Conditional Required Fields
OK, thanks.