Mobile app version of vmapp.org
Login or Join
Harper822

: Fixed Mini Feedback Form Widget on the Bottom Corner of a Web Page On some websites, there are fixed mini contact forms on the bottom corner of a web page. An example website is Olark.

@Harper822

Posted in: #ContactPage #Tools #Widgets

On some websites, there are fixed mini contact forms on the bottom corner of a web page. An example website is Olark.

I couldn't find out the name of this kind of form apps.

Does anybody know what they are called and is there any ready made component or tutorial how to implement them?





Note:
There is a similar widget question here as well:
What is the online survey/feedback widget that looks like "[+]" (a crosshair) in the bottom right

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper822

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

This is simply DOM manipulation using javascript - more often than not using a JavaScript library like jquery or similar.

The HTML containing the form (or whatever content) is hidden until the action element is clicked revealing the hidden content (either immediately or with a transition).

Some examples can be found here:

plugins.jquery.com/project/Contactable-IzzyHelp plugins.jquery.com/project/tab-slide-out

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme