Viewing 7 replies - 1 through 7 (of 7 total)
  • 1. style it with CSS in advanced options (you can use background image with CSS)

    2. No, not in the current version. I can add that to the feature request list..

    In Advanced Options you can change “CSS style for Submit button on the contact form:”

    Here is a sample of a submit button that uses the “Submit” text.
    Make sure to change the URL to your own button image after testing.
    If you use a different size image, be sure to modify the width and height values in the CSS.

    background:url(https://www.642weather.com/weather/images/bg-submit.png) no-repeat; width:50px; height:24px; padding:0px 0 4px 0; border:none; font-size:10px; cursor:pointer;

    If your image already has text on it, do it like this:
    background:url(https://www.642weather.com/weather/images/bg-submit.png) no-repeat; width:50px; height:24px; padding:0px 0 4px 0; border:none; text-indent: -1000em; cursor:pointer;

    Your #2 feature request is already added to the next version 2.7.2

    * Added Optional notes/help for extra form fields. Use the
    optional notes/help to print some notes or instructions before a form
    field. This is for the form display only, not E-mail. HTML is allowed.

    Hi Mike,

    Great plugin, nice one… When styling the submit button, whats the id or class of the submit button, probably being thick… but can’t get it to swap over…. managed to sort the input fields fine, but banging my head against the wall…

    Cheers…

    Anthony.

    You use the inline css settings in advanced options.
    In Advanced Options you can change “CSS style for Submit button on the contact form:”

    On the contact form settings page, scroll down a ways.
    Look for the “Redirect” settings, it is just after that, a very large URL link:
    “Click for Advanced Options (form x)”
    It is a link on the same page that expands
    the page to make it longer.
    There you will find Extra fields you can add, also settings for inline CSS

    Can i add a note after my input that’s not associated with an input field?

    In other words, i’d like to add a paragraph of text before the captcha and/or submit button.

    EDIT: i would up injecting a $string .='<p>my content here</p>’;
    into display.php right before the captcha call. This should probably be a feature request, not a total hack like what i just did.

    metaprinter,

    Not in the current version. Thanks for the suggestion.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Fast and Secure Contact Form] submit image? and added text between fields.’ is closed to new replies.