Shortcode showing rather than physical form

Jordan Davis created the topic: Shortcode showing rather than physical form

I am on WP 4.0.1, with Contact Form Maker version 2.7.18

Issue: short code is showing on the Page rather than the actual form. This was working previously.

our site: www.legacygroupprivatelending.com/rehabbers/loan-application/

Is there something I need to fix? It says the plugin doesnt need to be updated

#20612

Please Log in or Create an account to join the conversation.


Jordan Davis replied the topic: Shortcode showing rather than physical form

Im hoping I solved this. I found this here >> web-dorado.com/forum/26-form-maker/9497-...ess-4-0-1.html#19623

It worked for me.

Hopefully its a permanent solution!

#20613

Please Log in or Create an account to join the conversation.


Support replied the topic: Shortcode showing rather than physical form

Dear Jordan,

Please be informed, that <code> tag is not a very good solution. What you can do instead is the following, if you are just a little bit familiar with working with codes:

1. Go to your Plugins section of the WordPress admin panel of your website.
2. Find Form Maker and click Edit under the plugin title, you will access the plugin editor.
3. Please scroll down to the end of the code and add the following code before the PHP main ?> closing brackets:

add_shortcode('Form', 'fm_shortcode');

function fm_shortcode($attrs) {
$new_shortcode = '[Form';
foreach ($attrs as $key=>$value) {
$new_shortcode .= ' ' . $key . '="' . $value . '"';
}
$new_shortcode .= ']';
return $new_shortcode;
}

Thank you.


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#20636

Please Log in or Create an account to join the conversation.


Time to create page: 0.166 seconds
Powered by Kunena Forum

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us