Form stopped working

fabian kohen created the topic: Form stopped working

I had a form on my site and it was showing up fine before, but yesterday I noticed that it's gone now and it only shows the short code for it.

#19848

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


fabian kohen replied the topic: Form stopped working

The site is anthony-smithlaw.com I would send you the login info, but I don't see a private message button in here.

#19849

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


Anthony replied the topic: Form stopped working

Hey, exactly the same thing is happening to me. If you find out what it is, please let me know. I'm thinking it's either a Wordpress upgrade, or a PHP upgrade, or both.

www.long2wed.com/marriage-license-application/

#19850

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


Anthony replied the topic: Form stopped working

The answer is on this page. It requires to add something to the source code, and on my page the fix worked!

web-dorado.com/forum/26-form-maker/9529-...cess-on-my-page.html

#19851
The following user(s) said Thank You: Support

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


Support replied the topic: Form stopped working

Dear users,

I am reposting the solution to this topic as well. Let us know in case you have trouble implementing it:

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

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


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