Contact form edit

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13326
    decayg
    Member

    Is there a way to remove phone and url boxes from the contact form, so that the user only has to fill out the name, email and message boxes? Thanks.

    #13332
    Veena
    Moderator

    In contact form shortcode you can set set web url and phone parameter value as “false”.(Pls check contact form shortcode in themedocumentation)
    Or You can apply custom CSS in themeoptions to hide the specific fields.

    #13340
    decayg
    Member

    Thank you! is there a way to stretch the subject box so that it’s the same length as the message box?

    #13353
    Veena
    Moderator

    Currently we have set same width for text input fields so if we will change the width for subject field which is a text input field will automatically reflect the name and email field, otherwise you need to assign an id for subject field and then you will be able to apply custom CSS only for that particular field.

    or else you can try the below custom CSS –

    #content .contact-form fieldset p {
      width: 60%;
    }
    
    #13374
    decayg
    Member
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.