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
i mean to the homepage of the website.
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.
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.href = 'https://waywest.io';
});
}
});
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.
Okay as your answers took decades = ) joking. i did what i wanted through quillform.php
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.