Lost my forms access on my page

Mike created the topic: Lost my forms access on my page

I lost my forms on the page.
I only could see
[Form id=”12″]
It worked till last day.
I removed and added forms using Form Maker on my WordPress 4.0. Dashboard but it did not help.

#19813

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


Mike replied the topic: Lost my forms access on my page

Page update with <code>[Form id="12"]</code> helped.

#19814

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


Support replied the topic: Lost my forms access on my page

Dear Mike,

Here is the solution, which you can implement yourself, if you don't have any trouble with doing that:

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 main PHP ?> 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
#19829

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


Time to create page: 0.167 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