Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #277547

    Hi,
    quick question:
    is there a fast way (php snippet or shortcode) to include a contact form (Name *, E-Mail *, Subject *, Message *) in error404.php?
    Just like the form your generate with the avia layout builder?

    Basicly what i am trying to do: not finding what you are looking for? e-mail us with this contact form.

    thx in adavance
    blaze

    #277571

    Hi blaze!

    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then create contact form element and get the shortcode and add it to error404.php file inside Appearance > Editor

    <?php echo do_shortcode('paste shortcode here'); ?>

    Best regards,
    Yigit

    #278070

    Hi Yigit,
    thank you very much! exactly what i am looking for.

    if somebody needs to do the same thing – you need double quotes to make the shortcode work:
    <?php echo do_shortcode(" paste shortcode here "); ?>

    again thank you for the quick help!

    best regards,
    blaze

    • This reply was modified 11 years ago by blaze.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Error 404 search page – include contact form’ is closed to new replies.