• Resolved AK1977

    (@ak1977)


    I have a form with 16 fields. At backend I only see 10 fields data while rest of the fields are hidden. When I inspect by firebug, those fields have display:none.

    Is there any fields limit or how can I make it so all 16 fields should display at backend. (Although I see all 16 fields when I print or pdf the list.)

    Thanks

    https://ww.wp.xz.cn/plugins/save-contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nimblechapps

    (@nimblechapps)

    Hi AK1977,

    Thank you for installing our plugin. Generally you can see the data of any row by clicking it. It will slide down the row for other details.

    But, if you wish I can make it possible to have horizontal scroll, so each fields are visible.
    Can you please provide me time till Monday.

    And, if you could provide me with the details of your setup, I can implement it directly into your setup. Only if it is possible and feasible for you. Otherwise I will add 16 fields in my local set up and correct it.

    Hope to hear back from you soon.

    Plugin Author nimblechapps

    (@nimblechapps)

    Hi AK1977,

    As mentioned earlier, we have investigated the issue and found that, the fields are hidden because there are more fields than it can be shown in a single row.

    Option#1:
    But, you can view those fields by just clicking on first cell of any particular row.
    Demo: https://www.dropbox.com/s/iia2l2fd327v6j5/1.png?dl=0

    Option#1:
    Another way is to have horizontal scrollbar. Like this:
    https://www.dropbox.com/s/7aljpkhm5ei4ecp/2.png?dl=0

    In order to implement Option#2
    All you need to do is to remove “responsive”:true line from nimble_ajax_request.js.
    You will find this line at two places, you need to remove both.
    And add new line like this at both the places “scrollX”:true
    Something like this: https://www.dropbox.com/s/p9i673lrzhokxdp/3.png?dl=0

    You can find nimble_ajax_request.js at this location
    wp-content/plugins/save-contact-form-7/assets/js/

    Alternative: If you do not know how to modify the file etc.. just replace the current file with this file: https://www.dropbox.com/s/jhfkx317eqyykmt/nimble_ajax_request.js?dl=0

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

The topic ‘Fileds are hidden’ is closed to new replies.