Appnitro Software Forums » MachForm

How to make form ID show in Form Manager

(3 posts)
  • Started 2 years ago by fredfuntusoff
  • Latest reply from fredfuntusoff

  1. How do I make the Form ID show in the form manager?
    e.g. currently the first item in my list of forms shows this in the form manager
    1. Contact

    I want it to show:
    1. Contact (form id = 4)

    where the form id is 4 due to earlier forms being deleted.

    Thanks in advance

    Posted 2 years ago #
  2. Hi,

    You can edit "manage-form.php" file, go around line 459, you will see this code :

    <h3><?php echo "$i.&nbsp; {$data['form_name']}" ?></h3>

    replace it with this one

    <h3><?php echo "$i.&nbsp; {$data['form_name']} (Form id = {$data['form_id']})" ?></h3>
    Posted 2 years ago #
  3. Thanks redityo, works like a charm

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.