Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #887526
    sb11
    Participant

    Hi, I’d like the following form to show up to look like it fits in with the ethos theme that we are using. The titles for the form fields do not match.

    <form action=”/wp-admin/admin-post.php?action=emailSubscriberSupport” method=”POST”>
    <label>Subject:</label>
    <input name=”subject” type=”text” value=”” size=”30″/><br/>
    Your message:<br>
    <textarea name=”message” rows=”7″ cols=”80″></textarea><br>
    <input type=”submit” value=”Send email”/>
    </form>

    Thanks in advance!

    #887790
    Thai
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #890859
    sb11
    Participant
    This reply has been marked as private.
    #891556
    Zeshan
    Member

    Hi there @sb11,

    Thanks for writing in!

    I’ve checked your site and the form is coming fine at my end (see: http://prntscr.com/aujhtq). Would you mind confirming the issue again?

    Thank you!

    #892454
    sb11
    Participant

    It’s the spacing that does not look right. There is a lot of space between the label for the textbox form elements.

    #893217
    Paul R
    Moderator

    Hi,

    To remove the gaps, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .page-id-557 form br {
       display:none;
    }
    

    Hope that helps.

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