Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1308165
North Contact Form
Closed

Comments

  •  4
    Daniel started the conversation

    Hi there,

    I'm inserting a contact form into my site with Contact Form 7. In the dropdown list of available pre-set forms I chose the North Contact Form but I get this error on my site: 

    [contact-form-7 404 "Not Found"]

    I'd like to use the North Form instead of spending all the time to tweak the CSS of Contact 7. Any reason why it's not recognizing this form you guys pre-made?

    Thanks!

  •  4
    Daniel replied

    Nevermind with this question. It didn't take much to add CSS to style my own contact form. Thanks anyway!

  •  361
    Filip replied

    Hi Daniel,

    Did you import the theme's demo content and if yes - did you have the Contact Form 7 plugin enabled when it was happening? That is necessary for the demo contact form to get loaded.

    Kind Regards,
    Veented Team

  •  4
    Daniel replied

    Hi Filip,

    I'm positive I downloaded the demo content but that was well over a year ago. Not sure if I had Contact Form 7 enabled at that time though. 

    I'm trying to get this into a 2 column format that acts responsively. It's easy to get it into 2 columns with CSS but no matter what I do, the form does not behave responsively like the North demo. 

    I attempted to re-download the Demo content just to make sure I had it all and at the end of the import process it displayed a huge list of assets that all say "xxxx already exists": 

    Import WordPress

    Failed to create new user for admin. Their posts will be attributed to the current user.

    Media “01” already exists.

    Media “02” already exists.

    Media “03” already exists.

    Media “04” already exists.

    Media “05” already exists.

    etc.

    I've spent way too much time trying to change the style of this form and would like to just use the North demo but when I enable it through Contact Form 7, it still gives me a 404 error. 

    Any thoughts? 

    D. 

  •  361
    Filip replied

    Hi again,

    Yeah, since you have already imported those - WordPress prevents them from being duplicated to save your database and disk space. 

    Please check this article:

    https://veented.ticksy.com/article/7979

    If it doesn't lead anywhere then here is the HTML markup of the default North contact form:

    <div class="col-xs-6 left">
       [text* your-name placeholder "Name"]
       [email* your-email placeholder "E-mail"]
       [text your-subject placeholder "Subject"]
    </div>
    <div class="col-xs-6 right">
        [textarea your-message placeholder "Your Message"]
    </div>
    <div class="col-xs-12">[submit "Send Email"]</div>

    Kind Regards,
    Veented Team

  •  4
    Daniel replied

    Thanks Filip. Your code worked perfectly. It was very similar to mine and in fact both our forms look exactly the same except mine wasn't behaving responsively. Not sure why. Anyway, problem fixed.

    Thank you!

    Daniel