DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

DNN Feedback Module

Sort:
You are not authorized to post a reply.





New Around Here





    Hi,
    I am not a coder at all, although I have been trying to learn a little bit here and there.

    I was just wondering if the DNN Feedback module is able to be modified, as it would be great for my needs if it was displayed slightly differently.

    At the moment if has the 2 sections, Your Contact Information and Your Feedback.

    Is it posible to alter it, so the 2nd section heading text (Your Feedback) is removed but the field are still able to be used?

    I've looked through all of the settings but I cant see anything obvious.

    Kind regards,
    Matt 






    Veteran Member





      AFAIK, the module is not templatable.
      Your best bet is to hide parts using CSS I think.

      Sorry, the views do get rendered from a template






      New Around Here





        Thank you for your reply.
        Unfortunately I know next to nothing about CSS.





        Veteran Member





          The complete source code for the module is available, so you could employ someone to completely customize it for you.

          A (better) approach would be to use on of the many quality forms modules to create something that matches your requirements. I'd recommend Live Forms (Mandeeps), Action Form (DNN Sharp) in the commercial realm but not terribly expensive. Open Form (https://github.com/sachatrauwaen/openform) is a free, open source module.
          Joe Craig
          DNN MVP
          Patapsco Research Group





          Veteran Member





            Posted By mattfarmer on 06 Nov 2019 09:59 AM
            Thank you for your reply.
            Unfortunately I know next to nothing about CSS.

            I use the module on this website: https://thankshaun.org/
            Add message: https://thankshaun.org/add-a-message
            What exactly are you trying to accomplish?

             

             






            New Around Here





              Hi Timo,
              Your link: https://thankshaun.org/add-a-message
              That is pretty much exactly what I am trying to achieve!
              I may want to add a field for a users phone number and change the button text to Send, but apart from that, it is spot on.

              How did you manage to alter the module to achieve that configuration?
              Do I have to try and learn CSS, I am more than willing to give it a go but I just don't know where to start with things like this.

              If i'm honest, that is the reason I started using DNN many years ago, because I could just buy modules (from snowcovered) and they were fairly easy to configure with the basic settings.

              Any help, is much appreciated.

              Kind regards,
              Matt





              Veteran Member





                Hi Matt,

                I added this css:

                .NarrowFeedbackForm h2 {
                    display: none;
                }

                Here are my settings:

                Settings






                New Around Here





                  Hi,
                  I'm really sorry is this is a silly question but where do I paste the css code?
                  I did the following but it didn't remove the 'Feedback' section, (even after a ctrl+f5)

                  Settings - Develop, then selected the module.css file and pasted your code at the bottom, then clicked on Update.

                  Should this have removed the 'Your Feedback' section, or am I mistaken?

                  Thank you,
                  Matt






                  Veteran Member





                    You should not add this to the module.css as it will be overwritten on upgrade.
                    You can either add this to your theme or use (DNN9) Settings > Custom CSS
                    This will edit Portal.css which resides in the Portal folder (example: "/Portals/0/Portal.css")
                     

                    You are not authorized to post a reply.

                    These Forums are dedicated to the discussion of DNN Platform.

                    For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

                    1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
                    2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
                    3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
                    4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
                    5. No Flaming or Trolling.
                    6. No Profanity, Racism, or Prejudice.
                    7. Site Moderators have the final word on approving / removing a thread or post or comment.
                    8. English language posting only, please.

                    Would you like to help us?

                    Awesome! Simply post in the forums using the link below and we'll get you started.

                    Get Involved