• Resolved Toufiq Zari

    (@toufiq-zari)


    Hi,

    When i open ticket and edit it from admin side after making changes when i save data i am getting “You have not answered all required fields” error on Username field. But this field is readonly and empty, so i cant change the data.

    Please solve this..

    https://wordpress.org/plugins/js-support-ticket/

Viewing 1 replies (of 1 total)
  • Plugin Author JoomSky

    (@rabilal)

    Hi,

    Edit ../plugins/js-support-ticket/modules/ticket/tpls/admin_addticket.php

    Find
    <div id="username-div"></div><input type="text" value="" id="username-text" readonly="readonly" data-validation="required"/><a href="#"><?php echo __('Select User', 'js-support-ticket'); ?></a>

    Replace with
    <div id="username-div"></div><input type="text" value="" id="username-text" readonly="readonly" /><a href="#"><?php echo __('Select User', 'js-support-ticket'); ?></a>

    Regards,
    Ahmad Bilal

Viewing 1 replies (of 1 total)

The topic ‘Error in edit ticket from admin side’ is closed to new replies.