khansadi
Forum Replies Created
-
Thanks! Worked like a charm!!
Hi Peter,
While exploring can you tell by a quick glance if your plugin will work on https://projectnami.org environment!
Would be interesting to find out!Thanks,
SadiHi Peter,
Thanks for adding this feature!
I will take a look at this and let you know if something comes up.Thanks once again for your time!
SadiHi Peter,
I think you got the problem I am having correctly.
One point to make is the $$USER$$ variable is i think only returning the current logged in WP User ID right? This plugin would be much more versatile if you can open up the GET or POST variables in any way and add option to filter by that (maybe within short code or pass as search string etc.).I.e. When i am clicking an edit Training session or the add new or existing child after that you are passing the training session id all across. If we can use that as where clause that would maximize the potential of this plugin.
Thanks once again for you time and take care.
SadiThanks!
Will check this one out.Have a good day!
I did tested and as soon i upgrade to paid version I get the update with bug and can not edit from anymore.
I am sending a support request via web-dorado contact form.@wdsupport Thanks for the video.
Should I install the paid version from “WD Manager” after I installed the free version.Hi,
I have the same issue and I have the pro version.
Given @sandrinegc experience when he tried to downgrade I am not confident that that will work either.
Can you please send me a fixed package or an earlier version which can handle the forms created on both earlier version and the updated version.
ThanksThanks a lot Javier. I love this plugin and it match exactly the requirements I have for one of my project.
Will look forward for new features (if you have time 🙂 ).Found the bug.
In importer.php the send mail part is only designed for from submission.//On line 420 if( isset( $form_data["sends_email"] ) && $form_data["sends_email"] && $mail_for_this_user ):Modified it for now as a workaround
if( isset( $mail_for_this_user ) && $mail_for_this_user ):