• vicoromanoff

    (@vicoromanoff)


    Hey! I like your plugin & thinking about buying a plan. Yet i have a question – is it possible to make logo clickable? You have an option to add logo. So i did. But i can’t make it clickable.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor QuillForms

    (@quillforms)

    Hello @vicoromanoff,

    Thanks for reaching out!
    You mean clickable to the home page of your website?
    or to customize the url also?
    Please let me know.

    Best,
    Quill Forms Team

    Thread Starter vicoromanoff

    (@vicoromanoff)

    i mean to the homepage of the website.

    Thread Starter vicoromanoff

    (@vicoromanoff)

    basically, logo is not clickable. There is no option to edit it. As i can see. Or i am missing something? I want for users to have an option to click a logo if they want to come back from quill form on any step of the answers. Not only on the last step. But on every step. Literally on every website where you have logo here & there when u click it — it sends you to the homepage. It’s common user behaviour. So there is no reason for me to put logo in quill form if i can’t make it clickable. From UX stand point – this eement would be irrational.

    Thread Starter vicoromanoff

    (@vicoromanoff)

    i was trying to add custom js via theme settings with no luck.

    document.addEventListener('DOMContentLoaded', function() {
        var logoElement = document.querySelector('.renderer-core-form-brand-logo');
    
        if (logoElement) {
            logoElement.style.cursor = 'pointer';
            logoElement.addEventListener('click', function() {
                window.location.;
            });
        }
    });
    Thread Starter vicoromanoff

    (@vicoromanoff)

    Also for some reason i cannot set min characters for long text block – the section always clears itself (only where i set minimum characters). I can set any value for max. Also – i am able to set both min & max for short text block.

    Thread Starter vicoromanoff

    (@vicoromanoff)

    Okay as your answers took decades = ) joking. i did what i wanted through quillform.php

    Thread Starter vicoromanoff

    (@vicoromanoff)

    But still i can not set min characters for long text block – the section always clears itself (only where i set minimum characters). I can set any value for max. Also – i am able to set both min & max for short text block.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logo Clickable’ is closed to new replies.