How do i create a confirm password field within dreamweaver CC

..

Hi,
Thanks for the reply, I am using PHP and mySQL and this doesnt seem to work within my register Page that i have created.
<div id="loginbox">
<form action="<?php echo $editFormAction; ?>" method="POST" name="form" >
<input type="text" name="Fname" required placeholder="First Name ..">* <br/>
<input type="text" name="Lname" required placeholder="Last Name ..">* <br/>
<input type="email" name="Email" required placeholder="Email..">* <br/>
<input type="text" name="Username" required placeholder="Username ..">* <br/>
<input type="password" name="Password" required placeholder="Password ..">* <br/>
<input name="cPassword" type="password" required placeholder="Confirm Password .."> <br/><br/>
This is what i have in my php file ?

Similar Messages

  • Problem regarding confirm password field

    Hi all,
    We are using two fields password and confirm password.
    Now the thing is that we want to restrict the user to copy-paste the password value into confirm password field.
    Is it possible in SIM forms? If possible, please suggest how.
    Thanks

    Hi all,
    I am able to resolve the issue using the following script in the field of display class javascript
    var el;
    onload=function()
         el = document.forms[0].elements;
         for(var i=0;i<el.length;i++)
              if(el.name=='display.form.confirmEmail')
                   el[i].onpaste=function(){return false; }
    }But it is only working for IE not for Firefox.
    Any idea how we can make it compatible for both the browsers.
    Thanks
    Gaurav                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I am trying to install a Canon Pixma MG8220 which requires my Airport Extreme password. I do no know it. I then  went to default Airport settings and renamed my network, but Airport required my password. How do I create a new password?

    How do I create a new password for my Airport Extreme if I do not know the old password?

    If you have the Mac that you used to configure the AirPort Extreme originally, you may be able to retrieve the password from KeyChain Access.
    See this User Tip from forum expert Tesserax:
                     AirPort - Regain Access from Forgotten Passwords
    If still no luck, you can reset the passwords again. Pay very close attention to the information about a Soft Reset in this Apple support document:
    Resetting an AirPort Base Station or Time Capsule FAQ

  • How can I create a Text-Input Field in BexAnalyzer for a Planning Function

    Hello,
    i want to create a pre calculation(contribution accounting) for Materials in BI-Integrated Planning. These Materials aren't in the master data. So I create a new Info Object for pre calculated materials with only a material-number as key and a text-description.
    Now I want to write a Exit-Function, which creates new materials in these Info Object. The user should start this function in a planning application in BexAnalyzer. There the user should have the possibility to enter a text-description for the new material. How can I create such a Text-Field in BexAnalyzer and how can I read this text filed in a planning function (exit).
    Thanks in advance

    Hi Jürgen,
    you can create a parameter for this in the exit function and a variable for the parameter. In BEx Analyzer then create a button for the planning function; in the button parameterization use VAR_NAME = , i.e. use an Excel formula here to get the value from an Excel input field.
    The command range should be some 'hidden area' in your Excel sheet.
    But may be you don't need this. Use a characteristic without master data. Then ensure that that the query uses the option 'key' as display. In new lines you can then enter the key, the system creates a SID on the fly (but the text table will not be updated). In this scenario you may take text also from the key. May be you can update the text table (online or in batch) by simply using function modules from function group RSNDI_MD (not released by SAP).
    But observere that the system in BI Planning reads only the active version, i.e. if you change something on the fly the changes may not be visible.
    Regards,
    Gregor

  • How to encrypt the text in password field in Oracle Forms version 6i

    Need help!
    How to encrypt the text in password field in Oracle Forms version 6i?
    one way is to change the settings in the property palette. Can somebody provide me some script to be run while the form is running which will enable the password to be encrypted?
    Thanks!

    Hello,
    Do you mean "hidden" (replaced with stars) or encrypted (that needs to be decrypted ?
    Francois

  • How to make a column as Password field?

    Hi,
    I need to change the column as "Password" field.
    I.e. the data should be shown as "******" in DB Also.
    How to make this happen in Table column?
    Kindly guide / help me on this.
    Thanks,
    Orahar.

    Orahar wrote:
    Dear Kumaran,
    Thanks.
    Can you explain me about the view which I need to create to displays the column value as stars ("*****")?
    Thanks,
    Orahar.
    SQL> create table tbl_test (id number, name varchar2(10));
    Table created.
    SQL> insert into tbl_test values(111,'test');
    1 row created.
    SQL> select * from tbl_test;
            ID NAME
           111 test
    SQL> create or replace view vw_test as
      2  select '*****' id, name from tbl_test;
    View created.
    SQL> select * from vw_test;
    ID    NAME
    ***** test
    SQL> insert into tbl_test values(2,'test2');
    1 row created.
    SQL> select * from vw_test;
    ID    NAME
    ***** test
    ***** test2
    SQL>

  • How can I create an expandable text field in Acrobat XI?

    I am trying to create a text field that expands with the text that is entered. I have found several forums saying to use subforms, but how do I create those? Does anyone know where I can find a really good turtorial for XI?

    There are two type of PDF forms: AcroForms that can be created with Acrobat, and XFA forms (static and dynamic) that can be created with LiveCycle Designer. Since the kind you want (dynamic XFA) cannot be created with Acrobat, you'll have to use LiveCycle Designer. Said another way, AcroForms do not support fields that automatically expand based on content. If you want to ask about dynamic XFA forms, you can ask in the LiveCycle Designer forum: http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es

  • How can i create a new password?

    I forgot my password, how can i create a new one?

    On Lion or Mountain Lion, you use the following technique to reset the Administrators password:
    Boot to your Recovery Partition, by holding down the Option key while starting, and then selecting the Recovery HD as the boot choice.
    Once booted, at the top of the screen is a menu ..., select Utilities / Terminal from the menu bar.
    In the Terminal window, type “resetpassword” (without the quotes) and press return. A “Reset Password” window will open. Select your boot volume (your SSD drive) if it is not already selected. Select your administrators username from the menu labeled “Select the user account” if it is not already selected. Follow the prompts to reset the password. Restart the computer from the apple menu.

  • How do I create a confirm box?

    Hello!
    How do I create a alert confirm?
    Example: When the user to click on the button, show message: Do you have sure to send this e-mail? Yes or No
    If it to click on the Yes, send e-mail else no send e-mail.
    Is it possible?

    Yeahh!!
    It works! Sorry, but I am still a newbier user
    Thanks so much guys!

  • How do I create a "forgot password" and "forgot username" Form?

    Good Day,
    I am in need of assistance in learning how to create a "forgot password" and "forgot username" form in DW CS4.  I have researched Adobe and the Internet and I am coming somewhat empty on tutorials or step-by-step instructions.
    I would appreciate any step-by-step instructions, a link to a good online tutorial, or any other related source that can help me get from beginning to end.
    Thank you.

    Hope this work for you...
    What kind of web programming do you use for? If you use PHP MySQL, you can do it easily.
    For example I use a MySQL Table called "admin":
    CREATE TABLE IF NOT EXISTS `admin` (
      `id` int(10) NOT NULL AUTO_INCREMENT,
      `name` varchar(64) NOT NULL,
      `email` varchar(64) NOT NULL,
      `username` varchar(64) NOT NULL,
      `password` varchar(64) NOT NULL,
      `activation` varchar(64) NOT NULL,
      `level` int(2) NOT NULL DEFAULT '0',
      `date_registered` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
    INSERT INTO `admin` (`id`, `name`, `email`, `username`, `password`, `activation`, `level`, `date_registered`) VALUES
    (1, 'Andoyo', '[email protected]', 'andoyo', 'andoyo', '8e67d638c0d130a4d66b2888ffc8335b', 0, '2011-09-21 10:32:16');
    Make two files, they are:
    forgot_password.php, contain form and php mail function
    error.php, a redirect page if the mail function doesn't work.
    And then, use your Dreamweaver to make a recordset, called: rsForgotPassword
    Click Insert > Data Objects > Recordset
    Name: rsForgotPassword
    Connection: adobe_cookbooks
    Table: admin
    Columns: All
    Filter: email, Form variable, =, email. Use form variable to pass the value from the form.
    Click OK
    Use if function to make the forgot function work perfectly, for example:
    If the email is entered correctly, the mail script will run
    If the email doesn't exist in the database, the notification will come out
    If they open the page directly, they have to type any keyword
    Final example:
    forgot_password.php
    <?php require_once('Connections/adobe_cookbooks.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;  
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $colname_rsForgotPassword = "-1";
    if (isset($_POST['email'])) {
      $colname_rsForgotPassword = $_POST['email'];
    mysql_select_db($database_adobe_cookbooks, $adobe_cookbooks);
    $query_rsForgotPassword = sprintf("SELECT * FROM `admin` WHERE email = %s", GetSQLValueString($colname_rsForgotPassword, "text"));
    $rsForgotPassword = mysql_query($query_rsForgotPassword, $adobe_cookbooks) or die(mysql_error());
    $row_rsForgotPassword = mysql_fetch_assoc($rsForgotPassword);
    $totalRows_rsForgotPassword = mysql_num_rows($rsForgotPassword);
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <p>Forgot your password:</p>
    <?php if (isset($_POST['email']) && ($row_rsForgotPassword['email']=="")) {
      $colname_rsForgotPassword = $_POST['email']; ?>
    <p>Email doesn't exist in our database</p>
      <?php }elseif (isset($_POST['email'])) {
      $colname_rsForgotPassword = $_POST['email'];
      $username = $row_rsForgotPassword['username'];
    $password =$row_rsForgotPassword['password'];
    $to = $row_rsForgotPassword['email'];
    // Mai function
    $subject = "Your username dan password: ".$row_rsForgotPassword['name'];
    $body = "<html><body>" .
                        "<h2>Thank you...</h2>" .
                        "<p>This is your username and password:</p>".
                        "<ul><li>Username=".$username."</li>".
                        "<li>Password= ".$password."".
                        "From: Webmaster www.javawebmedia.com";
    $headers =           "From: Webmaster www.javawebmedia.com <[email protected]>\r\n" .
                                  "MIME-Version: 1.0\r\n" .
                                  "Content-type: text/html; charset=UTF-8";
    if (!mail($to, $subject, $body, $headers)) {
              $redirect_error= "error.php"; // Redirect if there is an error.
      header( "Location: ".$redirect_error ) ;
      ?>
      <p>Thank you, your username and password has been sent to your email.</p>
      <?php }else{ ?>
      <p>Please type any keyword.</p>
      <?php } ?>
    <form id="form1" name="form1" method="post" action="">
      <p>
        <label for="email">Your email:</label>
        <input type="text" name="email" id="email" />
        <input type="submit" name="Submit" id="submit" value="Submit" />
        <input type="reset" name="Reset" id="submit2" value="Reset" />
      </p>
      <p>The username and password will be sent to your email.</p>
    </form>
    <p></p>
    </body>
    </html>
    <?php
    mysql_free_result($rsForgotPassword);
    ?>
    error.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    Oops, error page.
    </body>
    </html>

  • How do i create a auto numbering field

    How do i create a field that is auto numbering?  Starting from 1017?
    Thanks

    Yes only one person will be using the form.  This is a inventory receiving report that is filled out everytime inventory is received and and new # is used each time.  I have been manually putting the number in the current field and would like it to be automatic now to help cut down on using the same # in error.

  • How can I create a temporary password for a user?

    I often have to reset passwords for users who forget their passwords.  Is there a way, in Mac OS X Server 10.6, to reset the password to a temporary password and then require the user to change passwords on login?  (Not for a new user- I've found that option- but for a password reset).  It seems like this should be easy to find, but I can't seem to find that option anywhere.  (It is a rather easy thing to do on Windows Server or Linux, I just can't figure out how to do it on my Mac Server.
    Thanks,

    Yes, it's easy to do - the same place you'd do it for a new user - Workgroup Manager.
    Select the user's account in the directory, then Advanced -> Options and you'll find the optons to set password limits including strength, expiration and forced changes.

  • How do I create a global text field so the value will repeat on other pages?

    This is the first time I've used Adobe Livecycle Designer ES2, My experience stems from Acrobat Pro 8. I have the following fields:
    1. Date Field (date formatted)
    2. Name (text formatted)
    3. Chart # (numeric formatted)
    4. Date of Birth (date formatted)
    These fields will be on Page 1.. I have a form that's 4 pages.... once the user fills in the fields on the first page, I want it to automatically populate for pages 2 through 4. How can I make this possible?
    Second question: How do I make Extended Features for reader without distributing the form? There's an easy way to do it in Acrobat Pro, just not sure how in Livecycle Designer ES2

    Well, everything in those PDFs were form fields. You can make form fields in Acrobat - and then you can right-click on 'em and change their appearance, whether or not they'll accept rich text input, whether or not they'll scroll, and so on. It could also be done in LiveCycle Designer, for what it's worth. I wrote a now-obsolete post about this in response to yours before Mike showed up with this video.
    Probably most of your work on your designs in InDesign would need to be trashed; you'd need to rebuild the whole thing in Acrobat or LiveCycle. I have to say that, unless your targeted documents are extremely simple, that this is one of the worst document translation workflows I've ever seen in the last fifteen years. It might work - I'm trying to keep an open mind, here - but if you have any non-Latin-script languages in your target list, or if print reproduction is what you're after, or if you're expecting tracking revisions to the translations to be anything but a nightmare, I would suggest that you test this method inside and out before progressing any further.

  • How do I create a "Reset Password Link" using apex for OracleExpress 10g?

    I'd like to add a "Reset Password" link to my application, but am not sure how to implement this.
    I see there is htmldb_util.reset_pw procedure, but this can only be called if the current user has admin privs. Clearly, an end user will not be able to logon as the administrator in order to reset their password!
    I tried preceding the call to htmldb_util.reset_pw with a call to htmldm_custom_auth.set_user, and whilst the page showed the name of the admin user when it displayed, the call to htmldb_util.reset_pw still raised the exception that the current user must have admin privs.
    Can anyone help please? Thanks Pete
    Message was edited by:
    pcarlisl
    Message was edited by:
    pcarlisl

    You can either "play" with permissions for each user or you collect the reset password requests into a table and use DBMS_SCHEDULER to run the reset procedure every few minutes - this of course makes only sense, if said reset procedure can be used on different users from one account.
    C.
    Message was edited by:
    cd

  • How can I create a textbox-like field?

    I am writing a After Effect Plug-in.
    I want to create a textbox-like for user, when click om plugin in after effect cs4 popup textbox
    So, if there is any example to create that UI for me?
    Thanks a lot.

    i'll try to give you a wider picture.
    AE has no "text" parameter you can add to a plug-in.
    you have to either create on using a custon UI, or open a window and use an OS control to allow the user to enter text.
    if you're just beginning developing you should probably avoid custom UI. it's a pain.
    the simples way to trigger an OS window is using javascript.
    yes, just as you would in a regular AE javascript.
    there are a few scripts that ship with AE that show how to open a window and even get text input.
    the link i added to the previous post show EXACTLY how to implement java from within an effect.
    all you have to do is change the java script to one you need.
    copy/paste. the rest is ready to use as it is in that link.
    how do you know when to launch that window?
    there are a few ways to tell.
    the most versatile would be a custom UI, but as i said, it's not easy to do.
    the second method would be to use "param supervision".
    it will tell you when the user clicked on a specific param, so you can launch the window.
    relatively simple to pull off.
    look at the "supervisor" sample to see how it's implemented.
    the third method is the simplest, and i would recommend it for a beginner.
    as many effects that require some window to open do, you can use the "options" button to launch the window.
    you can even change the name of that button using PF_SetOptionsButtonName().
    look at the "checkout" sample.
    it has it all.
    it changes the name of the "options" to "whatever i want!".
    it even has a function called PopDialog() that... pops up a message window when clicking on the options button.
    all you'll need to do, is replace the content of the PopDialog() function with your window code.
    that should get you up and running.

Maybe you are looking for

  • How to make a form compatible with reader 6

    Hello, I made a form in LiveCycle 8 using the order form template. However, users get an error message saying they need reader 7.05 to display the form properly. The form does display properly in 6, so something built in that is not being used must t

  • LR unbearably slow.  What's up with this?

    I recently bought and installed LR v1.1 and just upgraded to 1.2. However, it is so unbelievably slow that it is basically not useable. I have had it for about 3 weeks now, and have yet to even get to teh point where I can create a JPG, however the h

  • Group Policy Startup Script Applies My Policy But Does Not Run The Acual Scripts

    I have created a basic batch file with msiexec.exe to uninstall a program on startup and then another separate .bat script to install the same program but the newer version. The software I'm referring to has to be completely uninstalled BEFORE I inst

  • Form submitted in frame opens in new tab

    We have a series of pages in a frameset that has worked fine since the Netscape 4 days. The layout is basically a header, left menu, content area, and an option bar at the bottom. The problem occurs when we have a form in the content frame. When the

  • MARS - "Sudden increase of traffic to a port" rule

    Hello. I duplicated the system rule "Sudden increase of traffic to a port" in MARS and it blew out the original system rule and now shows up as a user rule. It doesn't appear to be working either. It is active. Not sure what to make of this, and neit