Themeforest

WordPress Plugin – Slick Contact Forms

Updated 4th April

Creates a widget, which adds a customisable contact form using either a floating/drop down tab or a sticky, slide out tab.

  • Form processed using jQuery & AJAX – no page refresh!
  • Allows multiple contact forms per page & multiple recipients.
  • Location of the floating or sliding tab easily set from the widget control panel.
  • Each form includes up to 3 text input fields, one text area & a text intro.
  • Customise text labels, type of validation & error messages.
  • Validation with animated error messages
  • Shortcodes to open/close the contact form using external links.

The contact form also includes a “Honeypot” style captcha to help minimize spam – this works by having a blank input field hidden from view of the user but visible to spambots. If the field contains text the mail will not be sent – no more annoying & tricky captcha systems!

Very easy to set up – just add the Slick Contact Forms widget to any widget area!

Demo WordPress Slick Contact Forms Plugin

See the 2 demo forms on this page – top-left & bottom-right.

Download The Plugin

Download Slick Contact Forms 1.3.5 (105,918)

Installation

  1. Upload the plugin through `Plugins > Add New > Upload` interface or upload `slick-contact-forms` folder to the `/wp-content/plugins/` directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. In the widgets section, select the Slick Contact Forms widget and add to one of your widget areas
  4. Configure the form details and click “Save”

Useage

In order to use the Slick Contact Forms plugin you will need a widget area in your theme files.

Location of the actual widget is not important since the plugin automatically sets the position based on the control panel settings. You can therefore add the WordPress contact form to an existing widget area in your WordPress theme or create a new widget area.

The forms have been made accessible so that in the event that a user does not have javascript enabled the form will still be available and can be submitted as usual – the form will then appear in the location set by the widget area in your WordPress theme files.

To learn more about adding widget areas to WordPress see our WordPress tutorial – “Adding A Widget Area To Your Theme Files”.

Slick Contact Forms Configuration Settings

General configuration for the plugin can be set via the WordPress admin menu option:

Settings –> Slick Contact Forms

Default Email Address

Email address where submitted forms are sent if not set in the widget control panel – default is the WordPress admin email

Email Subject

The text that appears in the email subject line – default is the Blog Name

Send From User Email

Check this option if you would like to use the email address of the user who completed the form in the email “from” field – note that this requires at least one of the text fields “status” options set to email. This may not work with all servers – if you experience problems sending/receiving email from the form then try disabling this option again.

If checked the email will include the IP address of the user

Include IP Address

If checked the email will include the IP address of the user

Include Page URL

If checked the email will include the URL of the page from which the form was sent, giving you more information about what your users were looking at when they decided to fill in the contact form

Use wp_mail()

Check this box if you wish to use the WordPress built-in mail function for sending out the emails as opposed to the standard PHP mail() function. This is more of a troubleshooting option – if you can normally receive email from WordPress but you cannot receive email from this plugin then check this box!

After Form Submit

The form can be set to either submit using AJAX (default) and return a message to the form slide out panel or to redirect to a different page.

Note: If you are not setting a redirect page use the “AJAX Message” option.

If using AJAX Message:

Set the text that is shown when the form has been submitted

  • Email Sent: When a form is successfully submitted
  • Error: If an error occurred during submission
  • Invalid: If invalid data is received by the server

If using Redirect:

Enter the URLs to redirect the page to when the form submit is complete

  • Email Sent: Enter the URL to redirect the page to when the form is successfully submitted
  • Error: Enter the URL to redirect the page to when the form fails

If the “redirect” option is selected and no URL’s are entered the form will be redirected back to the current page when submitted.

Validation Messages – The text that will appear in the animated validation error messages

  • Input Required: If a required form field is empty
  • Email Address: If an invalid email format is entered

Configuring Your WordPress Contact Form Widget

The contact form can easily be customised using the options available in the widget control panel:

Method:

Select either a “floating” button or a “Sliding” tab

Tab Text:

Enter the text that you would like to use for the form tab.

Width:

Set the width of the contact form in pixels

Location:

The position of the contact in the browser window:

Offset

For each one you can also add the number of pixels that you would like to offset the form from the edge of the browser window in pixels.

For sticky tabs only option A is used:

  • top left & bottom left – A: pixels from left
  • top right & bottom right – A: px from right
  • left & right – A: px from top

Floating contact forms:

  • top left & left – A: pixels from top, B: pixels from left
  • top right & right -A: pixels from top, B: pixels from right
  • bottom left – A: pixels from bottom, B: pixels from left
  • bottom right – A: pixels from bottom, B: pixels from right

Floating Speed:

The speed for the floating animation (only applicable for the floating type) in milliseconds – i.e. the time it takes to “catch up” when the page scrolls up or down) – e.g. to set the floating speed to 1.5 seconds use 1500.

The default speed is set to 1.5 secs.

Animation Speed:

The speed in milliseconds to open and close the contact form.

The default speed is set to 0.6 secs.

Auto-Close:

If checked, the contact form will automatically slide closed when the user clicks anywhere in the browser

Load Open:

If checked, the contact form will be open when the page first loads. The tab will still close when clicked.

Skin:

4 different sample skins are currently available for styling the contact form widget. These can easily be used to create your own custom menu theme.

The following 2 FAQ’s also provide examples of the main CSS rules used for the contact forms if you want to add your own styles to your theme’s style sheet:

Note: If you use one of the skin CSS files to create your own style please remember to copy the CSS to your theme folder as all files in the plugin folder are automatically deleted when the plugin is updated.

The Form Elements

The widget control panel also includes options for customising the number of text input fields, the label for the form field and the type of validation you would like to use:

Email To

The address where the form details will be sent. To send to multiple email addresses enter the emails separated by a comma (available starting version 1.3).

Form Text

Add introduction text for the form. Select the position of the text – either before or after the form fields.

Text input fields

Up to 3 form fields can be added to the contact form. Enter the text for the label in the left hand box. The right-hand drop down “Status” menu allows you to select whether the form field is required:

  • N/A – If selected the form field will not appear on the contact form
  • None – Form field will appear but is not required
  • Required – User must enter text in order to submit
  • Email -Add jQuery email validation. Email address is checked against a standard regular expression to make sure it matches the correct format.

Text Area

The form also includes the option of one text area

Submit Button

This allows you to set the text of the submit button

Shortcodes

The plugin includes the feature to add text links within your site content that will open/close the sticky or floating tab.

[dcscf-link] –
default link, which will toggle the contact form open/closed with the link text “Contact Us” – Contact Us

[dcscf-link text="Contact Us Now"] –
toggle the contact form open/closed with the link text “Contact Us Now” – Contact Us Now

[dcscf-link action="open"] –
open the contact form with the default link text – Contact Us

[dcscf-link action="close"] –
close the contact form with the default link text – Contact Us

Frequently Asked Questions

Many issues that can crop up with installing and using the plugin with different themes have been covered in our comments section. Please check previous comments for further information/tips.

Also refer to our Frequently Asked Questions for Slick Contact Forms, which has answers to many of the most common problems that may occur.

For plugin customisations or additional support please contact us for a quotation.

Demo WordPress Slick Contact Forms Plugin

See demo forms on this page.

Download The Plugin

Download Slick Contact Forms 1.3.5 (105,918)

Feedback

If you find this plugin useful please rate it at wordpress.org.

Screenshots

Widget in edit mode

Sample form using sticky tabs

Updates

Version 1.3.5 – 4th October 2012

  • Edit: Filter function name in slick_mail.php

Version 1.3.2 – 7th October 2011

  • Added: Option to use user email address in “from” header

Version 1.3.1 – 3rd October 2011

  • Updated: Minor modifications to form.css

Version 1.3 – 14th September 2011

  • Added: Ability to send email to multiple recipient email addresses

Version 1.2.9 – 5th September 2011

  • Added: Option to use wp_mail() function
  • Fixed: Bug with saving “include url” option

Version 1.2.8 – 11th August 2011

  • Added: Option to redirect to different pages on form submit

Version 1.2.7 – 31st July 2011

  • Added: Server-side validation for required fields

Version 1.2.5 – 18th July 2011

  • Fixed: Speed option for slide out tab

Version 1.2.4 – 16th July 2011

  • Changed: Renamed email validation function to avoid conflict with WP Autoresponder And Newsletter Plugin

Version 1.2.3 – 11th July 2011

  • Added: Option to have contact form open when page loads – see “load open” option

Version 1.2.2 – 2nd July 2011

  • Added: Option to include origin page URL in contact email

Version 1.2.1 – 13th June 2011

  • Added: Reply-To field in contact form auto-email

Version 1.2 – 11th June 2011

  • Added: Shortcodes for adding external links to open/close the contact form

Version 1.1.3 – 5th June 2011

  • Fixed: Bug with changing the default validation error text

Version 1.1.2 – 17th May 2011

  • Added: Textarea removed when N/A selected for validation option

Version 1.1.1 – 12th May 2011

  • Added: Ability to set text of form submit button using widget control panel

Version 1.1 – 11th May 2011

  • Added: Can now leave tab text box blank to allow for background images for vertical text
  • Added: Honeypot style captcha to help minimize spam.

606 Comments

  • Hi,

    I installed and configured the plugin. Actually, just checked the options there. It slides at the top left of the website. It was good. My problem, I sent a test message. I did not receive the message. What is wrong? Thank you.

  • Hi,

    Thank you. Appreciate the donation

  • Hi, I just installed your plugin and although I see the basic settings, I can’t get to configure the actual form. In Admin, I went to Settings/Slick Contact Form. I’ve tried to refresh and close and go back in, but I only see the Config. Settings. How do I get to the actual form and put it on my site?
    Thanks, Dawn

    • Hi,

      The form is added via a widget. Go to the widget area in your WordPress admin Appearance->Widgets.

      You should see an available widget called “Slick Contact Forms”. Drag this to one of your widget areas and the control panel, where you can configure the form, will appear

  • A few questions:
    The first: the widget doesn’t look right on my site. (http://www.chicagopowerpoint.com/why-hire-a-pro/) Is it something in conflict with my theme? I’ve reinstalled and it’s just looking very plain.

    The second: Leave This Field Empty… Yeah, that field won’t go away.

    The last: Is there any way to drop the form on a proper page, or can it only go onto the sidebars where widgets live?

    Thanks for your help.

  • got a slight problem with this plugin, my mail server is complaining, respectively Amavis is, so here is the header that Amavis inserted into an email that was sent through this plugin:

    `X-Amavis-Alert: BAD HEADER SECTION, Improper use of control character (char 0D
    hex): From: o-v-i@somewhere.com\r`

    can that be fixed?

    • Hi,

      Technically the header is correct and ‘\r’ is pretty much a standard for delimiting the headers. However, I have seen online that X-Amavis does sometime have issues and since its not essential to include \r I have updated the plugin and removed it. See version 1.3.3

      • thanks.
        I just wanted to report it, I don’t know much about this header issue so I trust your judgement.

        • Thanks for the info

  • Hi Lee, great plugin, I am SO going to try it right now. Slick design.

  • slick contact is not working pls help me out

    • Hi,

      Do you have a link to a page where it is installed?

  • [...] Slick Contact Forms This plugin allows you to create a widget that adds a contact form using either a floating, drop [...]

  • Can you please help me?
    I can’t get the contact form work right.
    It keeps showing up briefly. Tried about all of your solutions.

  • Hey, love the plugin, but one problem that I’m having is that when I send a message from it, it opens a new page to say that the message has been sent instead of showing it in the contact form box. Any fix for this?

    • Hi,

      You have the AJAX submit option turned off in your settings. Change “After Form Submit” to AJAX Message on the settings page

  • Haha. Great plugin. And KissInsights is charging 24.00/month for similar functionality. (Although they do provide a few more features.)

    Seriously, well done. This is a fantastic free plugin. I’ll donate.

    • Hi,

      Thanks for your feedback. Appreciate it

  • Hey,

    great Plugin. Thank you.

    I have one problem and it would be great if you could help me with this one.
    I was looking in the FAQs as well as in the comments here and it seems no one else had this problem before.

    The plugin is showing up in the Widget area in the admin section but not in Settings. Is there a other place where I can configure the settings or is there a way to let it show up in the Settings section?

    Thanks a lot in advance.

    • Hi,

      Is there no menu option in admin settings then? It should be under Admin->Settings->Slick Contact Forms

      If it isnt appearing try browsing directly to the plugin settings page:

      http://your-site.com/wp-admin/options-general.php?page=slick-contact-forms

      Obviously change “your-site.com” to your wordpress installation directory

      • Thanks Lee.

        It’s weird.

        When I try to go to the URL directly, it’s telling me I don’t have the rights to see this page, although I’m logged in as admin.

        • Hi,

          Does your user definitely have Administrator access – this would explain why the menu doesnt appear as its only visible for Administrator users. I havent come across any problems before where it doesnt see the admin level correctly … but there is a first time!

          Let me know if you still have a problem.

  • When adding it to twentyeleven theme I only get it on the front page, not on the articles or posts pages – how can I fix this? http://aasanecup.no/2012/

    • Twentyeleven has a setting, which turns off sidebars for page/post layouts.

      Check Admin->Appearance->Theme Options->Default Layout

      Make sure the “One-column, no sidebar” option is not selected

  • Hey there, really like the plugin I’m just having one problem that only occurs in Chrome. Right at the bottom of the form there’s a small gap right before the bottom border. Any ideas?

    Thanks

    • Hi,

      Do you have a link to the site where the form is installed?

  • I have placeholder HTML running on my wp site right now. What I would like to do is run this plugin on the static HTML until I have the complete site done. I have this code running right now:

    <?php
    if (!is_user_logged_in()){ ?>
    HTML CONTENT HERE
    <?php }
     else {?>
    WP home.php content here
    <?php }; ?>
    

    only logged in visitors can view any of the WP site, and I would like to try to include the form functionality in the HTML CONTENT area until the full site is ready–so visitors can sign up to receive updates. possible?

    • hi,

      You can create a new widget area and the place the widget area code between the condtional statement so that it only appears for non logged in users

      • Thanks for the quick Response Leo! Don’t know what that solution evaded me from everything else I was trying. Sometimes it is the simple things…just like “Ovidiu” said a while back..

        Anyhow, in case anyone else is looking to do a similar solution, I also had to be sure to manually include the files files from:

        /wp-content/plugins/slick-contact-forms/js/

        as well as
        /wp-content/plugins/slick-contact-forms/css/

        and the line for the skin
        /wp-content/plugins/slick-contact-forms/skin.php?

        Thanks again for your support on this and your awesome plugin!

        • and, yes, i know it is LEE not Leo…hard to type from my tablet sometimes.

  • My slick contact form isn’t slicking, it’s showing the whole content on the sidebar please see http://www.mydreamconnect.com/mgt

    Thanks

  • Got it installed and the widget in place but it just does not show up for me.

    • The only thing that would cause this is if the widget area is not added to the template files

  • Hi-

    How do I remove the white border on the tab/form?

    Thanks.

    • The border is added using CSS. Create custom CSS rules for your form in your theme’s style sheet and remove the border

  • Hello, I just recently installed your plugin. And its great but I have one problem on the form I created, one section remains there and says “6. Leave this field empty”, even though I had no intention of putting that there. How do I fix this problem?

    Thanks!

    • Hi

      Which page is the form installed on?

  • is there a way to have a static contact form, similar to
    http://carbonmedia.ca/
    at the bottom?

    I like your ARROWS for error handling! and that one on there just slides, doesn’t show any “processing”

    let me know, and great job!

  • I’ve installed this plugin and it works great! However, after submitting a comment, it brings to a plain page which says that it has been submitted successfully. But it doesn’t bring back to my site. It’s just a plain white page and not reverting back to my website.

    How to resolve this problem.

    Thank You.

    Regards,
    Sunil

    • Set the “After Form Submit” option to “AJAX message” in the options page

  • Is there any way to use a vertical tab vs. the horizontal default?

  • Hi,

    The plugin is beautiful but I have problems with him: when i send the message sayis that was send succesfully but i´ve never recive the email. Please help!

  • i have the slick contact form plugin installed, as well as your Social Media Tabs slide out plugin.
    and i keep getting an error from my contact form when i click submit

    Fatal error: Class ‘dc_jqsocialtabs_widget’ not found in D:\Hosting\4504653\html\2011\wp-includes\widgets.php on line 324

    it seems one is affecting the other, and I cant seem to resolve this on my own, any help would be much appreciated. thanks

    • Hi,

      There was a bug with the media tabs which prevented it from registering the widget until later. This has been corrected with version 1.2.2

  • How can I add some HTML to the Div Tab if I do this in admin its stripped out, is there a page i can hard code the value for what i think is

    widget-dc_jqslickcontact_widget[3]

    ?

    Thanks

    • Hi,

      File dcwp_admin.php – lines 281 – 349 are where the form HTML is generated.

      If you want to add the HTML to where the comment text is added – either before or after the form depending on the widget setting you can insert the HTML in line 278

      • I think what I meant to say is that, I want to add some HTML where the “Contact Us” onClick event is located. so the user will see “Contact Us” and an image underneath tag ie … Thanks for you response much appreciated.

        Austin

        • Line 184 of slick_mail.php is where the message is that is inserted into the form if the mail is successfully sent

          • I want something like this.. http://dl.dropbox.com/u/409351/theHTML.PNG
            in this location http://dl.dropbox.com/u/409351/theLocation.PNG

            I’m really sorry for not making myself clear.

            Thanks

          • line 675 of dcwp_admin.php is where the tab text is added – this is generated dynamically by the jquery plugin so you need to insert the text/html code as a jquery option:

            Currently:

            tabText: '<?php echo $tabText; ?>',
            

            replace the

            <?php echo $tabText; ?>
          • Thanks perfect!

  • I am trying to implement this plugin into a new site. I want it on the home page (and other pages too if I can get it to work the way I want it) so I put the widget in the sidebar and the footer. Even when I put it in regular pages that already have sidebars like here http://mammothequipmentrentals.com/?page_id=8
    the menu doesn’t float and gets stuck in the sidebar. Not to mention that it just stays open.

    How can I use this menu with the theme I have? Is there a way to force it onto the home page html?

    • Hi,

      See FAQ – The contact form shows in the widget area and not as a sticky or floating tab

      You theme files are loading the jquery library a second time, maybe in the header.php – see line

    • Just noticed that you also have the accordion image menu plugin installed. Unfortunately this plugin also loads jquery incorrectly so currently jquery is loaded 3 times on the page.

  • Hi,

    Is it possible to have the comment email’s from email address set to the commenter’s email address instead of from myself to myself with content of the commenter’s information? Thanks!!

    • Hi,

      Unfortunately many servers wont allow that since the email isnt actually being sent from that person, its an email from your server. The “Reply To” header however should contain the email address of the person who completed the form

  • [...] most require you to create a separate page for the contact form. That’s not the case with the Slick Contact Forms plugin. Instead, it uses jQuery and AJAX so the contact form can be rendered on any page. There is [...]

  • Do you have a html5 compatible version?

    • hi,

      Is there a problem with the current version?

  • Great plugin. I would like to use the Contact form vertically but with a background image. Can you please inform me how to do this.
    I have the tab vertical but the css colors overide the background image.

  • How can I put my google adsense code in the form text area?

    thanks~

    • Hi,

      You can hard code it into the form – line 278 of file dcwp_admin.php is where the text is added. Add the adsend code here.

  • Hi, I installed the widget on my site. When I want to send some email, there is a mark in column
    ‘message’ : http://bit.ly/r2mHbg

    Then I drag it and the slick widget can look like this : http://bit.ly/nYvacN

    how do i fix this? thans..

    • Hi,

      The new firefox adds the ability to expand textareas. You can disable using CSS – try adding the following to your theme’s style sheet:

      .dc-contact-content .slick-form .text-area {resize:none}
      
      • Thanks. it works well now :)

  • How do I get the “Contact Us” to fit inside the black box. The whole word does not fit inside the Slick BOX.

    • Hi,

      unfortunately another plugin (side tabs) is interfering with the contact form styles. you can try adding the following to your theme’s style sheet and hopefully it may overide the other plugin:

      #dc-contact-3.dc-contact-slick .tab {line-height: 13px!important; background: #000!important; padding: 12px 15px!important; color: #fff!important; white-space: nowrap;}
      
  • [...] Slick Contact Forms creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab. Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic. (No Ratings Yet)  Loading …   Tags: plugins, WordPress, WordPress Plugins [...]

  • Hi. I installed the widget and its on my site. Each time someone submits there info, the following error message occurrs: stack overflor at line: 2 . How do I fix this? Thanks in advance. -Ken

    • Hi,

      your redirect URL is not correct. Try changing it to – http://www.windowxpressions.com

      see if that helps

      • thanks for the suggestions. i changed it as you advised, but did not help. still get the error message after i fill out the ino and hit submit.

        • what browser are you using?

          • IE 8

          • Hi,

            Im not getting the same problem with IE8. Have you seen this in other browsers/computers? If not it may be a local issue with your browser

  • Sorry for asking – is the honey spot just for bots, what about banning humans who spam? If a person just want to send emails? If they are members they can be controlled.

    In addition to a honey spot, utilizing a question to help validate.

    Caps

    • hi,

      Yes correct its just for bots. If you want to protect the form then it can be added to a wordpress page that requires login

  • Is there a way to have it to send the email to multiple addresses?

    • Hi,

      Update the plugin to version 1.3 – can now send to multiple email addresses by entering the different emails separated by a comma

  • Hi I’m making a testing site in localhost. I tried to send a message with this wedgit, a successfully sent message appeared but I didn’t receive any email. What’s wrong or does it only work in webhost? Please help thanks a lot!!

    • Hi,

      The plugin uses the php mail function to send the email so you would need to check on your local server to make sure this is set up correctly

  • Hi I love this plugin I have it working like a bomb on a landing page site but on my main home site it does nothing and sits as text box in the widget area .. I really dont knwow what to do to fix it . Im sure this is some sort of J query error

  • The form does not float at all. It shows itself as a normal form. I have currently deactivate the plug-in but if you can take a look to my Web site: http://www.mediosmejoresqueganenmas.org/
    Thanks for any clue.

  • Hi Lee, how can I make the Contact Us tab be in a fixed position? I want to have it under post on every post page, so that it looks like a button with a dropdown contact form…

    • Hi,

      Edit line 163 of jquery.slick.contact.1.3.2.js so that instead of inserting the form into the body tag it inserts it into the tag you require. Current code:

      $('body').append(slider);
      

      Change “body” to the required selector

  • Just wanted to say thank you for this plugin. One suggestion: It would be nice if you included an option for changing border radius on the admin area. Although I add my own css, i’m sure many would find it useful to be able to have the tab with rounded corners to match their theme style. Keep up the good work.

    Cheers,

    Chris

    • Hi,

      We tend to leave those changes to the theme style sheet. If we were to add these kind of options to the plugin it would usually require adding either inline or CSS into the page, which is obviously not the best choice.

  • I keep getting a message that says “out of memory on line 16″. Then, it redirects to a search screen instead of my home page. What does this mean?

    • Where is the message appearing and what actions were being performed prior to the message occuring?

      • Hi,
        Do you have the exact error message you are seeing?

        Currently the form is not set to use AJAX. Have you tried changing the “After Form Submit” to AJAX Message?

  • hey this plugin is awesome but i got this problem and i cant get rid of it when submitting the message it says error. please try again. i search different solutions but i cant follow what is instructed can someone or somehow explain to me the solution in the layman way or term?cause im not a technical person…please im new in creating blogs it for my thesis if some can help me it would be great thx in advance..or email me

    • Hi,

      If you are getting the message “Error. Please try again” then this is caused by the mail not being sent by the server. Follow the instructions given in the FAQ I dont receive any email from the slick contact form and use SMTP email instead

  • How can I track a form submission as a goal in Google Analytics?

      • Lee,… Thanks for the quick response. I reviewed the FAQ and did dome research on adding the event tracking variables, but I’m not sure where to start in the Slick Contact Forms files. Can you point me in the right direction?

  • Hey guys. I really want to move the position of the contact us tabto a div on the website, is there a way of modifying the code to do this. At the moment the injected html is in the body tag.. is there something I can adjust to move it elsewhere?

    Cheers

    • Hi,

      Edit the jquery plugin jquery.slick.contact.1.3.2.js. For the slide out tab change line 163 and replace the current “body” selector to the required tag:

      $('body').append(slider);
      
  • [...] tried to add something called Slick Contact Form to the contact page at jasonmayoff.com, but there appeared to be a conflict with JFlow Plus, the [...]

  • Hi! Thanks for great plugin, I’ve got a problem- your plugin is sliding automaticly when I open the site, or reload it, How can I make it to open by clicking?

    • Make sure the “load open” option is unchecked in the widget control panel

  • Why do I not get the layout that you show on your web? At my web it looks very poor.

    • I have no idea sorry as I dont know what your layout looks like – please supply a link so I can check

      • Well it didn’t work for me anyway. I got this message trying to fill out the form:

        404 Not Found
        The resource requested could not be found on this server! Powered By LiteSpeed Web Server
        LiteSpeed Technologies is not responsible for administration and contents of this web site!

        • On your current site it appears that the plugin hasnt installed correctly as the files are missing. Try uninstalling, deleting and then reinstalling the plugin.

          Also if you are using the custom contact form plugin this will cause an error as the plugin installs jQuery incorrectly. I have raised this with the plugin author several times but it has not yet been corrected

  • I’d like to trigger the contact form by a link. I know how to do but how do I go about to hide the “contact Us” tab totally?

    As I said: I don’t want that tab, only a link will trigger it.

    • Hi,

      You can hide the tab using CSS. Add the following to your theme’s style sheet:

      .dc-contact-slick .tab {display: none;}
      
      • thanks, sometimes the simple solutions are the best :-)