Okay
  Public Ticket #2916526
Gravity form not working correctly when editing table
Closed

Comments

  • Chris Hurst started the conversation

    Hi,  on this page I am showing a table that is linked with a Gravity form.  At the top of the page I have the form and when I click on Add New Entry or Edit it pops up with the form as I would expect, however I am struggling with its format as it appears very narrow like it is in mobile format, which isn't the end of the world but isn't what I want to see - I'd like it to be much wider to fill the page, or at least mostly so.  Is there anything I can do to control its width?

    Thanks!

    7633498716.png


  •  471
    Isidora replied

    Hi Chris,

    Thank you for your purchase.

     Sorry for the late response, we have some agents that have contracted Covid-19, so our team is cut in half.

    Yes that is built in feature that modal look like that, but for full screen you can try with this by inserting in Custom CSS under Customize in table settings.

    .wpdt-c .modal#wdt-frontend-modal{
        top:auto !important;
    } .wpdt-c .modal#wdt-frontend-modal .modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
    }
    .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content{
        overflow: hidden;
        overflow-y: auto;
         height: 100vh !important;
    } .wpdt-c .modal#wdt-frontend-modal .modal-dialog,
    .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content{
        max-width: 100% !important;
        width: 100% !important;
    }

    Let me know is that what you looking for.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  • Chris Hurst replied

    Hi Milan, that's absolutely fantastic and worked perfectly.  Thank you!

  •  471
    Isidora replied

    Hi Chris,

    You are welcome.

    If you have any other issue or question please open new ticket, and we help you out.

    I’d like to ask you a favor. Would you mind taking a few minutes to write a review for us, please on this link

    Our free version is the only place where we can have proof for our hard work; your comments are beneficial for others to know what to expect when they’re looking for our plugin.

    Thank you in advance. It means a lot to us, and I am looking forward to reading your comment.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables