I am curious about this too. When will the new update be available?
It was promised that a lot of nasty bugs would be fixed.
Great 🙂
Ok, thnx. I hope that update will be there soon.
When I use the download form with micro form, I now get an email in my inbox with the data. But that data does not contain information about the download, e.g. which package the user downloaded.
I have seny you the information.
The solution was downloading and installing an update the form builder plugin. The availability of this update, however, did not show on my plugins page.
There is another problem presenting itself. When I assign a form lock to two of my downloads. Only the first on the page will work correctly. The second one redirects to a blank page with a download link after the form is submitted.
Another thing is, I don’t get an email with the form’s data. I do have ticked that box in the form builder.
So you’ve updated the plugin? Why didn’t the update show in the plugin screen?
Thank you Shaon
Fixed it!
The problem was my theme using: add_filter( ‘the_content’, ‘wpautop’ , 12);
Apparently WordPress can’t handle two instances of that filter, while your plugin also uses that hook in hooks.php (line 59, 61).
Hello Shaon,
I think everyone here is having the same problem. Can’t you just post the solution you offered drewschafer?
I think the issue is located in function getlink() in functions.php, but I’m not sure.
The URL is: http://nmf-group.com/producten/afdichtingen/roterend/lipafdichtingen
The button is located below the first paragraph (green button with text ‘download catalogus’).
I tweaked my code and now it’s not blocking it anymore, I needed to remove the double document function.
I have the same problem, the Enable Form Lock option does not appear, even though I created a form. What can I do to make it appear?