Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    Hi, is it possible to create a straightforward “contact” form?

    Could you be more specific regarding this question?

    And is there a css file somewhere I can use to change its appearance to suit my site aesthetics?

    Usually, is using style.css of your theme in the WordPress, because ‘style.css’ file of the plugin replaced with new file version after update.

    Best regards,
    Oksana

    All I want to do is change the height of the #textarea of the message body to 100px from 200px, but I have been unable to find any height attribute in the CSS. Can you help me with that?

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    In the plugin the height of the text field is selected via rows=”5″ with noticing ‘textarea’ tag.
    You can add changes via css, just add string below to the ‘style.css’ file in any place:

    #cntctfrm_contact_message {
    height: 100px;
    }

    Best regards,
    Oksana

    Hello:
    Not sure you can help with this. The form works great only the submit button it is using gets cut off. It’s from the template’s style css file I presume but is there a way to change it? Any help would be appreciated. Thanks.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    it is not clear enough what should be done – what is it necessary to change? ANd how the change of styles can affect to the work of of the form? If the style for text field is not written in your theme, then, the code that I sent should change the height to the reqired height- 100 px. Please provide a link to the page with the form.

    Thanks,
    Tatyana

    Thanks. The supplier of the theme has helped fix this.

    I have another question: Is there a simple way to include Captcha in this form?

    Thanks.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    there is our plugin Captcha for our contact form http://wordpress.org/extend/plugins/captcha/

    Sincerely.

    Awesome! Thanks.

    Can you attached PSD files? They are not listed… It’s a common format to use.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    the plugin does not provide this since the size of such files can be big and email can not send or receive them. But you can customize the code of the plugin by adding of the necessary format. Please notice that you will do this each time when the plugin is updated.

    Bets Regards,
    Tatyana

    No problem. Using .zip files is fine.
    I know this is probably not something you control, but can you suggest where I would go to enable larger file sizes to be attached? is it in your code or on my host? I can get 2mb files through no problem but not more than that.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    This is restriction of the server, our plugin does not include such restriction.

    regards!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: Contact Form] Contact form style?’ is closed to new replies.