Tagged: CONTACT FORM, plugin
A few days ago I buy plugin (contact form builder) http://codecanyon.net/item/formcraft-premium-wordpress-form-builder/5335056
When I put shortcode into footer, sidebar e.t.c. contact form automatically show up in bottom of the page, its work fine. But I need to show this contact form in all page and posts of my site. I think I need to put this code in function.php but I dont know how to do it correctly. Can you help with that?
This is shortcode [formcraft id=’1′ type=’sticky’]Click Here[/formcraft]
Hi Taras!
Thank you for using Enfold.
Where exactly do you want this form to show? A screenshot will help. You can add the shortcode directly in theme the files by using the do_shortcode function. Or use filter and action hooks. https://codex.wordpress.org/Function_Reference/do_shortcode
Cheers!
Ismael
I dont know how to explain it right, but shortcode will always visible in bottom of page. Can I give you login and pass from my test site and you will see it?
Hi!
You can post login credentials here privately but we are going to need more information to understand what exactly the issue is. Do you really need to place the code into theme files? You can use Text Block or Code Block element to display your shortcodes within the theme
Regards,
Yigit
Hey!
If you want it to be displayed everywhere and at the bottom of your site then it sounds like your wanting it inside the footer widgets.
Navigate to Dashboard > Appearance > Widgets and drag a text widget over to one of your footer widget areas and paste the shortcode inside.
Cheers!
Elliott