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
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
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