Forum Replies Created
- AuthorPosts
Jules
ParticipantDoes that require the free version or the pro version? I have set up the plugin but the logs don’t appear to show any issues.
- This reply was modified 2 years, 3 months ago by
Jules.
Jules
ParticipantHi,
You wrote “There may be issues with the email deliverability if you are using the default WordPress email sending method (the PHP mail() function).”
I have Cloudways and there I have setup SMTP. Does this not mean that the emails are sent that way?
Jules
ParticipantI wil try that! Do I need to add a token from ipinfo or does it work as is? Thanks!
Jules
ParticipantThat’s great that you made a plugin. Would you be able to tell me how to customise the plugin to add the IP look up feature please?
Jules
ParticipantThat css fixed the first problem and I have sent you the email with the admin details. Thank you!
Jules
ParticipantThanks that works perfectly. Is there somewhere I can write to you about an issue that isn’t the forum? It’s about a problem that needs me to show you personal info that I’d prefer not to post online?
Jules
ParticipantHi Ally, I am using the following code to validate two inputs used for email addresses on a form. How would I go about using the same or similar code to add the same check for another 3 or 4 forms on the site? What is the cleanest way to do that?
//QuForm Validate Email add_filter('quform_element_valid_1_19', function ($valid, $value, Quform_Element_Email $element) { if ($valid && $value != $element->getForm()->getValue('quform_1_2')) { $element->addError('The email addresses do not match'); $valid = false; } return $valid; }, 10, 3);
Jules
ParticipantThanks. I will give that a go! Finally, now that I have completed the migration from version 1 to 2 is it safe for me to delete any orphan options left in the database that start with iphorm_ ?
Jules
ParticipantGreat I will try that out. One last thing how do I set the field tab order as when using colums it seems to tab down the colum and not from field to field in a logical order?
Jules
ParticipantI have also noticed that when I resend notifications to admin from admin I do not receive them.
Jules
ParticipantHi Ally,
I just noticed that this error also affects admin so it is not possible to save any changes to the forms.
Failed to load resource: the server responded with a status of 403 (Forbidden)
send @ jquery.js:4Any chance you can push an update to fix this quick?? Currently being unable to edit forms is a major issue.
Thanks
Jules
ParticipantHere is some documentation of the error:
to temporarily patch it I made the correction on line: 863 of jquery.iphorm.js
- This reply was modified 8 years, 1 month ago by
Jules.
Jules
ParticipantResolved. The shortcodes were not displaying on category_description.
Solution: add_filter( ‘category_description’, ‘do_shortcode’ );Jules
ParticipantThanks Ally for your reply, I forgot that my theme uses a different header for that category! I have included the links and all is working perfectly. Your reply triggered the solution so thanks for your insight.
- This reply was modified 2 years, 3 months ago by
- AuthorPosts