• Hello,

    I’m using the CFF (Calculated Fields Form) plugin and am trying to edit the following shortcode:

    [CP_CALCULATED_FIELDS_USER_SUBMISSIONS_LIST]

    Currently it displays a table with the following fields in order:

    “id” (#), “form” (name of the form), “date”, “options” (update/delete), followed by a full summary of the form underneath the table.

    Unfortunately my form has quite a few fields and this large summary is impractical. Id like to remove the summary portion altogether and add another column into the table that reflects a specific field within the form (i.e. the name of the job, a quote number, or something of the sort).

    Any and all help would be greatly appreciated. I’m currently using the developer version of this plugin.

    https://cff.dwbooster.com/

Viewing 1 replies (of 1 total)
  • Jessica G.

    (@jesscga)

    Automattic Happiness Engineer

    Hi! I posted a similar question to the developer and learned that you can hide the form fields by plugging this into your custom CSS:

    #the-list tr:nth-child(even){display:none;}

    This should achieve at least part of what you’re trying to do. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Editing Short code Design (Calculated Fields Form)’ is closed to new replies.