Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Quform integration with HubSpot #37673
    metaphase
    Participant

    19xela86 – Having issues with Hubspot matching up fields also, did you manage to fix it? Worth connecting?

    in reply to: Postcode lookup v autocomplete #37544
    metaphase
    Participant

    It seems to be a common problem looking through forums about google API. Maybe not for all postcodes.

    Anyway we have gone with a UK Postcode API instead and that works much better. (https://addressian.co.uk/)

    Thank you.

    in reply to: Postcode lookup v autocomplete #37542
    metaphase
    Participant

    Thanks. This works for autocomplete, although the postcode is not included in the autocompleted field.

    in reply to: Calculating field values #37469
    metaphase
    Participant

    Thanks so much I’ll give the code a go.

    Points 2 and 3 found how to change it. Cheers.

    in reply to: Multiple text areas with word count #36232
    metaphase
    Participant

    Unrelated quick question though, is why do dropdown fields appear bold, including their label. They stick out from other fields, is that by design?

    Thanks

    in reply to: Multiple text areas with word count #36231
    metaphase
    Participant

    Sorry was my mistake, cos I added more fields than the 2 you gave I didnt add commas after the new ones.

    All seems to work perfectly thanks.

    in reply to: Multiple text areas with word count #36228
    metaphase
    Participant

    Thanks, although I cant get this working. I am guessing I also need to do something thats in my other code snippet, currently:

    add_filter(‘quform_element_valid_1_5’, function ($valid, $value, Quform_Element_Field $element) {
    $max = 300;
    $count = preg_match_all(‘/\S+/’, $value);

    if ($count > $max) {
    $element->addError(“Please enter no more than $max words”);
    $valid = false;
    }

    return $valid;
    }, 10, 3);

    in reply to: Multiple text areas with word count #36212
    metaphase
    Participant

    (and not all the same word limits)

    in reply to: There was a problem Ajax error #32075
    metaphase
    Participant

    Still having this ajax error issue.

    I did a test. If I update WordPress to 5.5.1 but keep you plugin at v2.11.2 then the form still works. If I update your plugin then it breaks and I get the Ajax error

    My site has about 8 forms, some really simple with no customisation (like the one above which still gets the ajax error) and some are complicated with hooks into APIs etc

    What do we need to look for to fix this?

    in reply to: Getting day for conditional logic #32028
    metaphase
    Participant

    That works. Thanks so much!

    I have 30 licenses of Quform and I will continue to use it on every project I build. Great support.

    Thanks again

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