Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Takayuki Miyoshi,

    How set submit button name in Contactform7 via shortcode?

    [submit “send”]

    Thanks!

    Hi All,

    Here is a simple step to fix this issue as-per “ink_zip” suggested point description should fill something….

    In the npu-upload.php, on Line 245:

    return;

    here just pass a null value to $arrUpdateFields[], so it will be like this

    $arrUpdateFields[] = “description = ‘ ‘”;

    ofcourse this null value never show/store in DB or anywhere but our problem will solve ??

    By this way dont need to force users to fill description, also may be some of them dont like to use description field for photos, Also another BIG thing is that description field’s “required” argument not much secure to restrict photo approval because anyone can break this restriction by browser inspect tools and delete argument etc…

    I think it will help better!

    Thanks All!

Viewing 2 replies - 1 through 2 (of 2 total)