Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Delay Notifications #35182
    Jules
    Participant

    Does 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.
    in reply to: Delay Notifications #35180
    Jules
    Participant

    Hi,

    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?

    in reply to: Phone Input Field Customization. #35170
    Jules
    Participant

    I wil try that! Do I need to add a token from ipinfo or does it work as is? Thanks!

    in reply to: Phone Input Field Customization. #35167
    Jules
    Participant

    That’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?

    in reply to: Only some Font Awesome Icons loading #31335
    Jules
    Participant

    That css fixed the first problem and I have sent you the email with the admin details. Thank you!

    in reply to: Categories not detected in Quform2 #28186
    Jules
    Participant

    Thanks 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?

    in reply to: Categories not detected in Quform2 #28180
    Jules
    Participant

    Hi 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);
    in reply to: Categories not detected in Quform2 #28162
    Jules
    Participant

    Thanks. 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_ ?

    in reply to: Categories not detected in Quform2 #28137
    Jules
    Participant

    Great 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?

    in reply to: Categories not detected in Quform2 #28105
    Jules
    Participant

    I have also noticed that when I resend notifications to admin from admin I do not receive them.

    in reply to: Plugin error with jquery #21214
    Jules
    Participant

    Hi 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:4

    Any chance you can push an update to fix this quick?? Currently being unable to edit forms is a major issue.

    Thanks

    in reply to: Plugin error with jquery #21182
    Jules
    Participant

    Here is some documentation of the error:

    http://stackoverflow.com/questions/38871753/uncaught-typeerror-a-indexof-is-not-a-function-error-when-opening-new-foundat

    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.
    in reply to: Form does not display on category description #21035
    Jules
    Participant

    Resolved. The shortcodes were not displaying on category_description.
    Solution: add_filter( ‘category_description’, ‘do_shortcode’ );

    in reply to: Form styling perfect on pages but wrong on posts. #6424
    Jules
    Participant

    Thanks 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.

Viewing 14 posts - 1 through 14 (of 14 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy