Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Just write HTML.

    <input type="password" />

    thanx for reply.

    and tell me one thing more , what about Password feild in Mail Tag setting options ?

    V B

    (@vaishalibansal)

    Hi all,

    Following is the code for giving password field.

    In the form (with css styling):

    <div class="row">
    <div class="col-lg-3 col-md-12">Password : </div>
    <div class="col-lg-9 col-md-12">
    <span class="wpcf7-form-control-wrap">
    <input class="wpcf7-form-control wpcf7-text" type="password" name="text-password" />
    </span>
    </div>
    </div>

    In the Mail :

    Password : [text-password]

    Hope it helps someone

    Cheers
    Vaishali

    Vaishali,
    hi,

    i’m biggener so please explaine how and where i add this code step by step

    thank u,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to create a "password" field’ is closed to new replies.