Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23353

    I”m using the contact form to capture resume’s sent to me. Does the built-in form have any type of file upload? I didn’t see anything :(

    If it’s not built-in can that one field be easily added or do I need to use a third party form?

    I tried contact form 7 & Gravity Forms and both of them have really wonky font style compared to my site. Is that easily changleable? I see you guys have some Gravity Forms css in the folders, but it doesn’t pick up the font styling.

    This is the last piece I’m doing before going live any help would be greatly appreciated. Not sure what to do

    thanks,
    – John

    #119485

    Hi!

    No, our contact form does not support this field type. Can you post a link to your contact form please?

    Regards,

    Peter

    #119486

    I’ve managed to change the font of external fonts with this:

    code { font-family: sans-serif !important; font-weight: 600; color: #444;}

    does this seem like the right way to do it?

    – John

    #119487

    Hi,

    You can style the Gravity Forms font with this

    .gform_wrapper {<br />
    font-family: Arial !important;<br />
    font-size: 14px !important;<br />
    color: red;<br />
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Does the contact form have a file submit?’ is closed to new replies.