Okay
  Public Ticket #2505764
Form instead of search?
Closed

Comments

  • Dragonfly2005 started the conversation

    I would like to embed a contact form on my site, and to trigger this when user click a 'contact' icon at top of page. 

    I'd like to add my form in place of the 'search' functionality. So instead of search coming up on user clicking magnifying glass icon, I would like my contact form to be presented to user. 

    I would also need to switch the magnifying glass icon for an envelope icon. 

    Cool you let me know if this is possible?

  •  2,965
    Andrew replied

    Hi there,

    Add the following custom css in Salient > General settings > CSS/Script related to change search icon:

    #header-outer .icon-salient-search:before {
        content: "\f003" !important;
        font-family: fontawesome;
    }
    

    It is not possible to alter search functionality to link with contact form.

    Thanks.