SuiteCRM Survey fields mandatory

Hi,
could be possible create a Survey and set some field as mandatory ?
If yes, how? I don’t see any flag for this on Survey editing page.

Thanks

I don’t think it’s possible with the standard installation. You will need to modify the code in order to make your changes.

What you want might be possible by adding custom javascript to a specific survey. The issue is that surveys are created on the go by SuiteCRM. By that I mean that the code is generated at the time the survey is invoked by the customer.

So a combination of PHP will let you to decide when to add the javascript code.

Check this post for some ideas.