Search found 1 match

by Rajankit
04 Jan 2017, 12:08
Forum: Help
Topic: Removing Required Fields
Replies: 14
Views: 17918

Re: Removing Required Fields

Hello,

I am also facing same problem, i want to remove mandatory fields, but i can't able to do that
i have tried below mentioned statements in bug_report.php
$t_bug_data->description = gpc_get_string( 'description', 'none' );
or
$t_bug_data->description = gpc_get_string( 'description ...