Password protect the Structure/form Code

Hello

I'm looking for a way to password protect the structure of a form code, but leave any open/no secure is to say fill, print, emailing, etc.  Is it possible to do it with these versions of the applications that someone found?

Adobe Acro Pro X 10.1.6

Adobe Livecycle designer ES2 9.0

I don't want the user to see the protection when the form is opened in the reader.  I just want to see the protection or password message box if someone were to open the PDF in Livecycle Designer.

I tried the password protecting the form with LC and then extend the rights but it always take off password protection when I do that.  So first I add protection in LC, then I save the PDF file and then I open the PDF in Acro Pro X and extend the rights.

If anyone has faced this, I would appreciate some suggestions.  Is there a way to code in the open event, perhaps to check the environment?

Yes, you can add a password to a doc that will only be visible when you open it in LiveCycle designer and not when a user opens the file in Reader/Acrobat.

You also need well Acrobat AND LiveCycle designer.

You are doing your dev in the designer, then you add security in Acrobat.

In acrobat

Advanced > Security > encrypt with password

Then under authorization, check box restrict editing, provide a password, and check the brand of what you can allow/disallow.

Click OK.

A 2nd dialog box will ask you to re-enter your password.

Subsequently, you must save the file and you will notice that the title bar now (secure)

Tags: Adobe LiveCycle

Similar Questions

  • How do I password protect the document HTML library or individual files which are: IE: pictures etc?

    How do I password protect the document HTML library or individual files which are: IE: pictures etc?

    In Windows there is no password protection.

  • How to password protect the BIOS at startup

    I want the password protect the BIOS so that no one can start computer even in safe mode.

    Hello

    Check with your system manufacturer (manufacturer of motherboard for custom
    systems), their books online and ask in their forums
    (if any). Most will have methods to set passwords in BIOS.

    To enter the F2 BIOS, it is often so attention the Configuration/settings screen
    The key is that you start the computer.

  • I need a PDF by email from the file and need to password protect the file. How to password protect the file?

    I need a PDF by email from the file and need to password protect the file. How to password protect the file?

    Hi olivera96817159,

    Password protect the PDF file, you must use Acrobat Pro DC, it is not possible with Reader app.

    Thank you

    Abhishek

  • How to use MD5 the password on the update form field

    Hi all - I have a form of update that pulls in a field that contains the password that is encryped in MD5 format. I want the user to see the original password and be able to change, and then save it using MD5. I used the Update Wizard to create the code for this form is standard code. Any ideas?

    I know is should look like this, but I don't know where to put: md5 ('password')

    Kind regards

    Robert

    Code update:

    If ((isset($_POST["MM_update"])) & & ($_POST ["MM_update"] == "form1")) {}

    $updateSQL = sprintf ("setting a DAY members SET loginName = %s, password = %s, coName = %s, fullName = %s, street = %s, city is %s,"the State"= %s, zip = %s, email is %s, phone = %s, fax = %s WHERE id = %s",

    GetSQLValueString ($_POST ["'loginName"], "text").

    GetSQLValueString ($_POST ['password'], "text").

    GetSQLValueString ($_POST ["'coName"], "text").

    GetSQLValueString ($_POST ['fullName'], "text").

    GetSQLValueString ($_POST ['street'], "text").

    GetSQLValueString ($_POST ['city'], "text").

    GetSQLValueString ($_POST ["State"], "text").

    GetSQLValueString ($_POST ['zip'], "text").

    GetSQLValueString ($_POST ['email'], "text").

    GetSQLValueString ($_POST ['Telephone'], "text").

    GetSQLValueString ($_POST ['fax'], "text").

    GetSQLValueString ($_POST ['id'], "int"));

    the code for the form:

    < are method = "post" name = "form1" action = "<?" PHP echo $editFormAction;? > ">"

    < table align = "center" >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > user name: < table >

    < td > < input type = "text" name = "loginName" value = "<?" PHP echo $row_rsMember ['loginName'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > password: < table >

    < td > < input type = "text" name = "password" value = "<?" PHP echo $row_rsMember ["password"];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > company name: < table >

    < td > < input type = "text" name = "coName" value = "<?" PHP echo $row_rsMember ["coName"];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > name: < table >

    < td > < input type = "text" name = "full name" value = "<?" PHP echo $row_rsMember ['fullName'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > Street: < table >

    < td > < input type = "text" name = value "Street" = "<?" PHP echo $row_rsMember ['street'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > City: < table >

    < td > < input type = "text" name = "City" value = "<?" PHP echo $row_rsMember ['city'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > status: < table >

    < td > < input type = "text" name = "State" value = "<?" PHP echo $row_rsMember ['State'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > Zip: < table >

    < td > < input type = "text" name = "zip" value = "<?" PHP echo $row_rsMember ["zip"];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > Email: < table >

    < td > < input type = "text" name = "email" value = "<?" PHP echo $row_rsMember ['email'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > phone: < table >

    < td > < input type = "text" name = "phone" value = "<?" PHP echo $row_rsMember ['phone'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > Fax: < table >

    < td > < input type = "text" name = value "fax" = "<?" PHP echo $row_rsMember ['fax'];? ">" size = "32" > < table >

    < /tr >

    < tr valign = 'of basic">

    < td align = 'right' nowrap > < table >

    < td > < input type = "submit" value = "update file" > < table >

    < /tr >

    < /table >

    < input type = "hidden" name = "MM_update" value = "form1" >

    < input type = "hidden" name = "id" value = "<?" PHP echo $row_rsMember ['id'];? > ">"

    < / make >

    The answer is in two parts:

    First Ministry field password password in field properties so it does not display the chopped character. Md5 is a way - you can't decrypt encrypt only. Thus, the user can enter a new password on the old.

    Second part; Copy the following code: GetSQLValueString (md5($_POST['password']), 'text'), to encrypt the text field.

    I found this by Googleing for the use of md5 and update forms...

    Kind regards

    Robert

  • Password protect the part of the site for streaming?

    Hello

    I would like to be a part of my password protected site so that people can watch my videos flash streaming.

    I have dreamweaver MX and macromedia contribute 3. I also have adobe flash CS4. Which should I use?

    These would be the same programs to implement streaming?

    Thank you

    Kidd in paris

    Any of these programs do that automatically. Do YOU using any application of your choice. For example, using Dreamweaver you could code in your VCR like this:

                       
                

    Best of luck on your project!!

    Adninjastrator

  • How to password protect the BIOS of Satellite A120?

    I have laptop Satellite A120 240, to set up so I need to know an answer to this before we get too far into the project...
    These laptops should be used by children from the school and as such, we do not want their access to the BIOS.

    The BIOS is ACPI Bios version 3.50. There are two boxes:
    It said the password and the other HARD drive password
    I put the password, but computers are set on the school system using a bootable floppy disk, when I boot on Windows, the password box arrives. I thought that was the password option to keep children out of the bios but it apparently stops their enter Windows too but curiously the computer may reboot when necessary, for the facilities and the password prompt does not appear. It is not practical to put the software to control the BIOS if someone could give me a help in getting this set up, it would be most appreciated.

    I called Toshiba, but help was not so good. It told me to turn on the computer and press ESC then press F12 and follow the instructions on the screen - well the last time I checked the F1 was the way to access the BIOS?

    Thank you
    Catherine

    Hi you

    There should be a setting in the bios called 'supervisor password' or similar. This password is only to protect against unauthorized access bios. But no password will be asked when starting.

    If you don t this option in the bios, then try to do a biosupdate and then recheck if the option is present after the update.

    Would appreciate some comments.

    Welcome them

  • Password protect the recovery of the system (F11 key)

    Hello. Have presario CQ61-401SA and password you want to protect the recovery feature of the system (i.e. the F11 key at startup) that my youngest daughter has found that as a way to circumvent the protections put in place. I want that she can use her computer, but for now am it's hard to do.

    Thank you very much

    Hello

    There is no way I know the f11 key disabling without breaking the recovery feature.  However, if you have created your for laptop recovery DVD set, you can remove the recovery Partition (it will be recreated if you are using the recovery DVD to reinstall the operating system) as shown in the link below and so remove the option f11 recovery of the operating system from the hard drive.

    http://support.HP.com/us-en/document/c00810298

    Kind regards

    DP - K

  • How to password protect the windows messaging? I accidentally hit the button to "remember passwoed.

    When you connect to windows mail, I accidentally hit the "remember password" button. How can I change it back then I must enter a password each time I connect?

    When you connect to windows mail, I accidentally hit the "remember password" button. How can I change it back then I must enter a password each time I connect?

    This isn't a direct answer to your question.
    However, the general practice is to password protect you the user account(not the e-mail account), so that nobody else can go to your account and mess with your files etc etc.

  • How to password protect the touchpad?

    A touchpad is sensitive to the flight and so far, I can't know how to password protect.  I googled several times with no success.  Help or direction will be appreciated.  Thank you.

    It's in the preferences 'Screen & Lock': http://kb.hpwebos.com/wps/portal/kb2/na/touchpad/touchpad/wifi/solutions/article/45249_en.html

    Set options to unlock the scree

    The screen locks five seconds (you can change this interval) after it turns off automatically, or immediately if you press power to turn off the screen. Use Secure unlock if you want to force a PIN or a password to unlock the screen.

    Tip If your company has issued your device for you, check with your system administrator if the company has its own settings for locking and unlocking the screen of your device.

  • Some sort of password protect the folder "Startup"? Without administrator.

    I wonder if I can password protect or even lock the start-up folder for a specific user? I don't have administrator privileges, so I'm not able to use any kind of folder lock program. I need to make sure that the programs that I put in the folder loading whenever my PC starts, without them being able to be moved out of the folder. If anyone has any ideas, I would be very happy!

    Thank you

    Without being admin, I don't think you can do a lot. There is always the possibility to elevate yourself, which isn't too difficult, but giving instructions to bypass passwords and crack administrator accounts is against the rules of this forum. I'm sorry. Why not, contact your system administrator and set the autostart files? Or is that you won't know everything?

    -Mithrandir

  • Determination of the Structure of Code

    Does anyone know if there is a way to determine the structure of a pl/sql program unit (variables, statements, loops) code (package, function, procedure, etc.)?

    There are a few code editors (for example, the PL/SQL Developer) which makes available a code structure and a conventional code editor window. These windows are usually connected, so when you cilck on a part of the code structure window, the corresponding lines in the code editor window are highlighted.

    How this kind of code editors to determine the structure of a program unit? They have an Analyzer client to read and analyze the source code. Is there an Oracle API to get that information?

    Published by: user630459 on 12/05/2009 05:10

    Published by: user630459 on 12/05/2009 05:13

    Published by: user630459 on 05/12/2009 06:05

    Published by: user630459 on 05/12/2009 06:06

    They have an Analyzer client to read and analyze the source code

    Probably yes.

    Is there an Oracle API to get that information?

    In later versions, Oracle provides more detailed information for plsql via PL/scopeunits.

  • password protect the bookmark or bookmark folder

    Can a bookmark or favorite folder password protected and if so, how.

    Thank you

    No and no. Firefox doesn't have such a feature and I am not aware of an extension that provides a feature like that.

    Better a user account logon Windows separate for each user of that PC and / or one for "guest" users Who will provide much more privacy.

  • How to protect the edit form field text

    Hi - I use Acrobat 9 Pro Extended Windows.  I created a form; in the date field, I need the day to display when the form is activated first (open).  The form is sent to the additional workers, I need to stay in the field of the form and not change the date.  I was able to get the current date to display on the logon form, but each of the following to open the form changes the date.  I even saved a completed form (after you complete the form in Reader) but when he opened subsequently, it changed to the current date.  I'd appreciate any help.

    Thank you.

    Yes, you can use this:

    var currentDate = this.getField("Today").value;

    If (' currentDate == null | currentDate == "") {}

    var f = this.getField ("Today");

    f.Value = util.printd ("mm/dd/yyyy", newDate());

    }

    You must manually clear the field, make it read-only and then save

    file and close it.

    The next time that you open it, the field must be filled.

  • Protect the fillable forms with password to protect scripts and page layout

    Our company will create forms in acrobat/livecycle to be completed by the employee and sent to our customers.  I would like to know if there is a feature so that anyone can open and fill out the forms, but in order to open and edit or view the script on the form, a password is required?  In Microsoft Word and Excel, this feature is possible because you can require a password to remove the form and in excel, there is an option to set a password to access the code, which is very useful to ensure that the work that we put into the creation of our forms can be copied by other users.  Any suggestions?

    Hello

    Go to file > form > Security

    Select the password option and when you save the form you will have opportunity to set 2 types of fifferent of passwords to access (open, edit)

    Good luck

    Stephen

Maybe you are looking for

  • Can't get rid of "ghost bar" in my page of score

    Hello. I'm working on the X logic with 10.9.5 mac and find in some of my files of music (but not all) that my scores are full of bars (grey) Ghost that I can't remove, even if these measures are not in the page organize. This makes problems with part

  • HP 15 laptop: flickering horizontal line at the top of the screen

    Hi, I bought this laptop 10 months ago and its been great until about a month ago. A month ago the hard drive doesn't work faster (Super slow r/w) and is noisy. 2 days ago a horizontal line at the top of the screen started flashing when I started the

  • Compaq Presario C700 WIN XP Wireless Driver and software needed, please help

  • Application icon title

    Hello I have subbmited my application in blackBerry appWorld. Unfortunetly, they refused him according to the title of the icon of the Application number. They told me: Please update your app icon title into two lines, since the current title is unfi

  • 30-day trial

    Hi, I enrolled for a day 30 Premiere Pro trail, yesterday, when I signed in the time remaining for the trail indicated 3 days.  Could I have done something wrong or will I continue to receive the allotted time of the track 30 days?  I do?Thank you!!!