This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

Status / Change Status dropdown list additional


  1. worldrom
    Member

    On the "Entries" page to view the list of submitted entries, on the "STATUS" > "CHANGE STATUS" dropdown list. Is there a way to add another li or list? For example, current setup is:

    Paid
    Unpaid
    Pending
    Declined
    Refunded
    Cancelled

    And I want to add another entry called "Delivered". So, it will show the following:

    Paid
    Unpaid
    Pending
    Declined
    Refunded
    Cancelled
    Delivered <---- NEW ENTRY

    Is this possible? How?

    Thanks for your help.

    Posted 8 years ago #
  2. yuniar

    It is possible to do so.
    You can edit the "view_entry.php" file. Search around line 543 for this code:

    <option <?php if($payment_status == 'cancelled'){ echo 'selected="selected"'; } ?> value="cancelled">Cancelled</option>

    you can add your new list below that code, for example:

    <option <?php if($payment_status == 'delivered'){ echo 'selected="selected"'; } ?> value="delivered">Delivered</option>

    MachForm Founder

    Posted 8 years ago #

RSS feed for this topic

Reply