Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234672
    Stuart
    Participant

    Hi, in the contact form on my site, the spacing for the attachment field is not consistent with the other fields. Could you please provide some CSS so I can make the ‘Attach file’ heading closer to the ‘Choose file’ button?

    Also do you know an easy way to allow multiple file attachments, in exactly the same way that this form I’m typing in has an option to ‘add another file’ in the file attachment area?

    Many thanks!

    #1235107
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .wpcf7-form-control-wrap.attachment input[type="file"] {
        padding-top: 0;
    }
    

    To allow multiple file attachments, please check the following guide (http://contactform7.com/file-uploading-and-attachment/).

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1234672 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>