Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter adarsh.shkl

    (@adarshshkl)

    Hi Takayuki

    We have tested this akismet against various email id [email protected] , [email protected] , [email protected] for all these email ids mail was to us.

    More over Under settings -> Akismet , i could see 8 spam were blocked but when i open spam folder there are Zero spams mails

    Please look into this any help will be thankful to us

    Thread Starter adarsh.shkl

    (@adarshshkl)

    Yes, that was only the problem. Any ways thanks for replying…. 🙂

    Thread Starter adarsh.shkl

    (@adarshshkl)

    Here is my form

    <div class=”form-horizontal”>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”topic”>Topic<span id=”required”>*</span></label><div class=”col-xs-7 col-sm-4 col-md-4 col-lg-4″>
    [select* contactreason id:topic class:form-control]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”inputFirstName”>First Name<span id=”required”>*</span></label><div class=”col-xs-7 col-sm-4 col-md-4 col-lg-4″>
    [text* firstname akismet:author id:inputFirstName class:form-control watermark “First Name”]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”inputLastName”>Last Name<span id=”required”>*</span></label><div class=”col-xs-7 col-sm-4 col-md-4 col-lg-4″>
    [text* lastname akismet:author id:inputLastName class:form-control watermark “Last Name”]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”inputcity”>City</label><div class=”col-xs-7 col-sm-4 col-md-4 col-lg-4″>
    [text city akismet:author id:inputcity class:form-control watermark "City"]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”inputstate”>State</label><div class=”col-xs-7 col-sm-4 col-md-4 col-lg-4″>
    [select state id:inputstate class:form-control “”
    “Alabama” “Alaska” “Arizona” “Arkansas” “California” “Colorado” “Connecticut” “Delaware” “District of Columbia” “Florida” “Georgia” “Hawaii” “Idaho” “Illinois” “Indiana” “Iowa” “Kansas” “Kentucky” “Louisiana” “Maine” “Maryland” “Massachusetts” “Michigan” “Minnesota” “Mississippi” “Missouri” “Montana” “Nebraska” “Nevada” “New Hampshire” “New Jersey” “New Mexico” “New York” “North Carolina” “North Dakota” “Ohio” “Oklahoma” “Oregon” “Pennsylvania” “Rhode Island” “South Carolina” “South Dakota” “Tennessee” “Texas” “Utah” “Vermont” “Virginia” “Washington” “West Virginia” “Wisconsin” “Wyoming”]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”inputPhone”>Phone</label><div class=”col-xs-7 col-sm-4 col-md-4 col-lg-4″>
    [text phone akismet:author /12 id:inputPhone class:form-control watermark "xxx-xxx-xxxx"]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”inputEmail”>Email<span id=”required”>*</span></label><div class=”col-xs-7 col-sm-4 col-md-4 col-lg-4″>
    [email* emailaddress akismet:author_email id:inputEmail class:form-control watermark “[email protected]”]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”inputComment”>Comment/Inquiry<span id=”required”>*</span></label><div class=”col-xs-7 col-sm-5 col-md-5 col-lg-5″>
    [textarea* comments x5 id:inputComment class:form-control]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”Radio_Yes_No”>Are you currently a member of the YMCA of Montclair? (Yes/No)<span id=”required”>*</span></label><div class=”col-xs-7 col-sm-5 col-md-5 col-lg-5″>
    [radio yesno id:Radio_Yes_No default:1 “Yes” “No”]
    </div>
    </div>
    <div class=”form-group”>
    <label style=”width:250px” class=”col-xs-12 col-sm-2 col-md-2 col-lg-2 control-label” for=”captcha-text”>Enter Captcha code<span id=”required”>*</span></label><div class=”col-xs-7 col-sm-7 col-md-7 col-lg-7 text-right”>
    [captchac captcha-code id:captcha-img fg:#009c8b bg:#FFFFFF size:l][captchar captcha-code id:captcha-text class:form-control]
    </div>
    </div>
    <div class=”form-group”>
    <div class=”col-xs-7 col-sm-7 col-md-7 col-lg-7 text-right”>
    <input type=”button” value=”Clear” class=”btn btn-default clear” onclick=’resetfeilds()’>[submit id:submitformbtn class:btn class:btn-default “Submit”]
    </div>
    </div>
    </div>

    Thread Starter adarsh.shkl

    (@adarshshkl)

    Hi Takayuki

    I am using akismet, but i could not verify weather askismet is working or not. I have used “viagra-test-123” but it always says “Validation errors occurred. Please confirm the fields and submit it again.” with a yellow border.

    i have used this
    [text* firstname akismet:firstname id:inputFirstName class:form-control watermark “First Name”] in code

    Please help me out

Viewing 4 replies - 1 through 4 (of 4 total)