Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • Harrison
    Participant

    Thanks Ally, the change you made did fix the issue. Are you testing it with WP 4.9.6? I ran numerous testings on different websites, themes, domains, browsers, computers etc… and none works after updating to 4.9.6.
    Could you please update your demo (https://demo.quform.com/) to WordPress 4.9.6 and test on that installation? We will be able to also test it from our end.

    Thanks.

    Harrison
    Participant

    I just sent you the login information so you can test it on a fresh install.

    The code inspector shows an error in one of the plugin’s JS.

    TypeError: undefined is not an object (evaluating 'window.tinymce.ui.FloatPanel.zIndex=100007') on WindowLoad (builder.all.min.js:1:189564) dispatch (load-scripts.php:3:12450) handle (load-scripts.php:3:9179)

    Thanks in advance.

    Harrison
    Participant

    I just tried a clean WordPress install with only the QuForm installed and fresh twenty-seventeen and twenty-sixteen themes. No other plugins activated. It doesn’t work on three MACs using Safari, Chrome, and Firefox. Tried on Windows and it doesn’t work on MS Edge, Firefox and Chrome.
    Again, there is nothing to conflict with besides the QuForm and WordPress 4.9.6. How is it possible this is just happening on my end?

    I’m going to email you the access to this fresh install.

    Thanks.

    in reply to: Adding MailChimp subscribers from Quform w/ Groups #25727
    Harrison
    Participant

    Never mind, I got it working with the code below.


    $mergeVars = array(
    'NAME' => $form->getValue( 'quform_10_100' ),
    'GROUPINGS' => array(
    array( 'name' => 'Customer Type', 'groups' => $form->getValue( 'quform_10_102' ) ),
    )
    );

    in reply to: Adding MailChimp subscribers from Quform w/ Groups #25726
    Harrison
    Participant

    Hi Ally,
    Would you please share your solution here?
    I’m also trying to connect the form with a MailChimp group. Name and email are parsing fine but I can’t get it to parse the group.

    Basically, I have a Quforn radio button with two options (E-commerce and Crowdfunding).
    The group on MailChimp is “Customer type” using the dropdown with E-commerce and Crowdfunding options.

    Any help is really appreciated.

    Thanks.

    in reply to: Floating Placeholders #25246
    Harrison
    Participant

    Hi Ally,
    Sorry to bother you again. Just a quick question. Is it possible to implement this code to include the select field? Adding the same result to the select dropdown when an option is clicked.

    Thanks.

    in reply to: Floating Placeholders #25245
    Harrison
    Participant

    Hi Ally,
    This is fantastic; it worked like a charm.
    Thank you so much for taking the time to code a solution. Exceptional support!

    Best.

    in reply to: Floating Placeholders #25212
    Harrison
    Participant

    I found out there is the “label inside” option. Is there any way I can disable the function to hide the label after clicked, and instead, just reposition it on top. Something similar to this https://www.shopify.com/. I’m trying to force the label to be visible with css but it’s not working.
    Any help is very much appreciated.

    Thanks.

    Harrison
    Participant

    Hi Ally,
    Thanks for pointing me in the right direction. The custom notification email should solve my problem.

    in reply to: Textfield to allow only digits and symbols. #24234
    Harrison
    Participant

    Okay, I got it solved by adding a regex to allow only numbers and dashes.

    /^[0-9-_]*$/

    in reply to: TinyMCE on Autoreply email content? #20045
    Harrison
    Participant

    Thanks for your reply and consideration in adding this feature in the future. That will be an awesome tool to customize the auto-replies to match the website/business brand.

    Thanks again and looking forward to this addition.

    in reply to: Form sent twice if inside advanced custom fields #17360
    Harrison
    Participant

    Fixed! It was related to a jquery conflict.

    Thanks,

    in reply to: Validating fields as we type. #15782
    Harrison
    Participant

    Thanks for all the help!

    in reply to: Validating fields as we type. #15447
    Harrison
    Participant

    I just found some hooks https://support.themecatcher.net/quform-wordpress/guides/hooks/iphorm_pre_validate not sure if that will do, but could anyone give me an example on what to add inside the hook? I’ve no clue on what the custom code will be.

    function my_pre_validate($form)
    {
    // Custom code
    }
    add_action('iphorm_pre_validate', 'my_pre_validate');

    in reply to: Validators and Filters are not working for me. #15445
    Harrison
    Participant

    Thanks for your reply. Unfortunately even after removing the trim still doesn’t work. Same applies using Regex and some of the validator options. The only one I got working was the “length” which will do the job for me at this point.
    I do think there is a bug with the plugin because I have tried using the quform alone and on many different installations and even different servers, but they do not work. Including the custom function as mentioned above.

    Thanks again for the quick support.

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