Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s very simple…i’ll give you some step just follow those & you will get what you want,

    Step 1) : Create your HTML same as you screenshot. like,
    <form>
    <textarea name=”txt” class=”txt”></textarea><span class=”errtxt”>
    </span>
    <input type=”submit” name=”Submit” class=”submit”/>
    </form>

    Step 2) : Add you script (jquery/java script) on header within “<head>”.
    & add this code as well just below the script…

    <script>
    $(document).ready(function(){
    $(‘.submit’).click(function(){
    vat txt = $(‘.txt’).val();
    if(txt)
    {
    $(‘.errtxt’).css(‘color’,’#ff0000′);
    $(‘.errtxt’).html(‘give me a text’);
    return false;
    }
    });

    $(‘.txt’).keypress(function(){
    $(‘.errtxt’).css(‘color’,’#117004′);
    $(‘.errtxt’).html(‘send successful’);
    });
    });

    </script>

    sorry, if error come. i didn’t test it. but surely this will work for you.

    Thank you,

    Plugin Author moderni infotech

    (@amitkukkar)

    okey, go to setting(Modern form) add your email address and also you have to add Public key and private key for captcha.

    and you can select captcha by mark the checkbox.

    if you want to add public and private key then hit the link in near private key input field.

    Thank You,
    https://www.moderni.in

    hi..
    how i used featured product on homepage or frontpage?
    it doesnot worked when i click on star sign for featured product? why?
    i couldn’t understand why featured is used?? please, anybody answer my questions?

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