Make adobe form -read only after Submit button

Hi,
I have an Interactive form withuser input fields.
I am submitting it via E-mail.How do I make it read only after I click Submit ?
I am using javscript for sending e-mail.
rgds
vara

Resolved it : in click event javascript
ADOBE_DATA.form.field.access = "readOnly";

Similar Messages

  • Make Sticky Notes Read-Only After Creation?

    Hello,
    I am wondering if there is a way to make sticky notes read only after someone has created one?
    I have a form that we want people to add comments to but we don't want anyone to be able to remove those comments.  Possible?
    Kristi Tost

    Resolved it : in click event javascript
    ADOBE_DATA.form.field.access = "readOnly";

  • To make RFQ form or Quotation form read only after the satus is made closed

    Hi All,
    I have a requirement where we need to make all the fields either on RFQ or Quotation form read only/freezed/greyed out once the document status is made Closed from Active satus. The User should not be able to change any value in the RFQ or Quotation form. The same needs to be achieved in core purchasing module. Looking forward towards kind suggestions. Thanks.
    With Best Regards,
    Nirabh Nayan

    Hi,
    Please perform form personalization.
    Triggering event : WHEN-NEW-RECORD-INSTANCE, WHEN-VALIDATE-RECORD
    Triggering object : PO_HEADERS
    condition : :PO_HEADERS.STATUS='Closed'
    In action, Type : property
    Object type : Block
    Target object : PO_Headers
    Property name : update_allowed
    value : false.
    Like this, you need to create a actions for all the Blocks available in RFQ/Quotation Form ( ex: PO_lines, PO_Shipments etc)
    Thanks,
    Subhashini

  • Adobe form in Web Dynpro Submit Button Problem

    Hi all,
    I've created an Adobe form as a UI element in Web Dynpro as a development component. In this Adobe form, I've included a "Submit to SAP" button from the Web Dynpro Library.
    My whole purpose is to expose this DC as a callable object into Guided Procedures and then run this process, so that the Adobe form(embedded in Web Dynpro) can be seen and allows the user to enter information online into the form or download(maintain offline) and click on the submit button. After clicking of the button, I need the control to return to the GP framework to trigger to the next action. I have configured the button in the Adobe form as a submit format -> XML data and with submit to URL "%com.sap.caf.gp.if.PostProcessorUrl%". I did this because I want it to return the control to GP framework. However, there is also another option of the event submit button in the Web Dynpro UI Adobe element -> event-> onSubmit.... i created an action onsubmit which has the code wdThis.wdGetBformController().complete();
    When I run the GP process, the adobe form appears and when i click submit button, nothing happens... Does anybody know the solution?? Thanks!

    Hello,
    Can somebody tell me if i really need to put this code
    "%com.sap.caf.gp.if.PostProcessorUrl%"
    in the submit button. If so, do i need to configure somewhere what the PostProcessorUrl is? If so, can somebody tell me where i need to do this?
    Thx in advance.
    Kind regards,
    Maarten.

  • Make a field read-only after selection made

    I have the below code:
    var currency =  topmostSubform.IFFPage3.Page.Body.rdoDefaultCurrency.rawValue;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboBasicGrossEarningsCurrency.rawValue = currency;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboOvertimeBonusCurrency.rawValue = currency;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboFeesCurrency.rawValue = currency;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboEarnedOtherCurrency.rawValue = currency;
    I need the ones =currency to be read only. Is there a way to make them readonly? I dont want them to be able to change the drop down after a master currency is selected.

    Use the 'access' property. YourField.access="protected" and YourField.access="open".
    Kyle

  • Make expense report read only after approval

    Hello,
    Please guide on how to make an expense report read only once it is approved and no change option should be enabled on enterprise portal. I have tried all the combinations of security in the ESS roles inside ABAP but not able to find the right combination. Please suggest.
    Thank you.

    it needs P_travl authorisaiton
    Create a new Travel Request or Expense report (AUTHF W)
    Change open travel Request or Expense report (AUTHF W10, W30)
    Change returned Travel Request or Expense report (AUTHF W11, W31)
    Create Expense report from approved Travel request (AUTHF W21)
    use the note    1402925
    If you create an expense report based on a not approved travel request,
    the system asks for authorization to change this request
    (W11 or W10) for AUTHF and then 30 or 31 for AUTHS.
    THis combination is of course given by your P_TRAVEL object.
    You need at least 2 seperate P_TRAVEL objects, whereas only 1 of them
    contains AUTHS values for expense report. This must only contain
    W2* and 30 / 31. Hopefully this could help.

  • How do I make a form READ ONLY??

    I am using acrobat to create mutliple contracts that my company uses...we use the same format but change out dates and client information. We use the same document over and over but change the information in the fields, so I have been using the form tools to edit the different sections of the contract. I want to be able to edit the form within my own office and between employees but WE DONT WANT THE FINAL DRAFT to be editable. Is there a way a "LOCK" the form fields or preferably save a copy of a form as a "READ ONLY" document????
    Basically I am asking if anyone knows how to save a pdf form as a read only pdf???
    ANY ADVICE WOULD BE AWESOME!?!!

    With the preflight tool of Acrobat Pro you can flatten the form fields.

  • Make Adobe IF Read-Only

    Hi there,
    I think i have a very simple question, but i can't solve it and i didn't find the solution anywere else on SDN.
    What i want to do is this. When a user filled in a IF (online scenario) and goes to the "check" step i would like to display the IF in Read-Only mode. I hope that somebody can give me a hint of a solution.
    Thx in advance.
    Regards Maarten.

    Maarten,
    1. go to your WD view which contains the IF
    2. create a new value attribute in the context of this view named "pdfEnabled" of type "boolean"
    3. create an action handler named "CheckPdf"
    4. select this action handler for the onCheck event of your IF
    5. go to the implementation tab an find the method "onActionCheckPdf" and add the following code:
    wdContext.currentContextElement().setPdfEnabled(false);
    6. Bind the "enabled" property of the IF to your context attribute "pdfEnabled"
    Thats all.
    Regards
    Sebastian
    Message was edited by: Sebastian Voss

  • Draw chart only after submit button is pressed.

    I have a page 2 date picker's, a submit button and a line chart. How do I prevent the line chart from being drawn until the submit button is pressed?

    Hi,
    You can e.g. set region conditionally by request.
    Add your page branch request value and use that in region condition.
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Best practice for making form read-only at certain steps in process?

    I have a process with a single form and 4 Assign Task operations.  During Assign Task operations 1 and 3, the form is edited.  During Assign Task operation 2 and 4, it should be read-only (it is reviewed and acknowledged, but not changed).   There is no single criteria in the form data that indicates whether a form should be read-only or not -- this is only signaled by the step in the process.  What is the best way to manage the read-only state?
    Is there a way to make the form read-only via a setting in Workbench, or should I do this via a script in the form?
    Thanks!
    Toby

    I have a process with a single form and 4 Assign Task operations.  During Assign Task operations 1 and 3, the form is edited.  During Assign Task operation 2 and 4, it should be read-only (it is reviewed and acknowledged, but not changed).   There is no single criteria in the form data that indicates whether a form should be read-only or not -- this is only signaled by the step in the process.  What is the best way to manage the read-only state?
    Is there a way to make the form read-only via a setting in Workbench, or should I do this via a script in the form?
    Thanks!
    Toby

  • How to make fields read only after form is filled in

    I am creating forms to be used within our company.  The customer srv representative (CSR) would fill in the form and send it to the customer for signature and initial.  There are a few issues I can't solve.
    1)  I need to make the rate & services fields read only after the CSR initials the form

    Will the CSR have Acrobat or just Reader, and what type of computer will the CSR be using (Windows/Mac/mobile OS)? If just Reader (Wind/Mac), this is possible by setting the fields to read-only with JavaScript. The problem is this can't be considered secure, even if using a password as discussed here: Password-protect and hide one form field
    With Acrobat you have the ability to flatten certain fields, which makes it a bit more difficult to change the "fields".

  • Make all text fields read only after signing form

    Hello,
    I have a live cycle form which needs to have all of the text fields set as read only after signing.
    The java script has been placed in the post sign event of a digital signature field.
    for(var i=0;i<this.numFields;i++) {
    var cNm = this.getNthFieldName(i);
    if (cNm.type = "text") this.getField(cNm).readonly = true;
    After signing the form the following console error is shown:
    this.getNthFieldName is not a function
    Can anyone please advise how to revise the script so that when the form is signed all of the text fields become ready only?
    Any assistance will be most appreciated.
    Thank you.

    You don't need any JavaScript to do this.
    In Designer you can setup the signature field in that way, that all fields will be locked after signing.
    Look here:
    http://forums.adobe.com/message/3121870?tstart=2

  • Make form read only if a field is filled in

    Is there a way to make an entire form read only if a certain text field is filled in?  I know that adding a digital signature field to a form, increases the size of the form, so I would prefer not to add a digital signature field to my form.  However, I would like the feature that says after the form is signed, it is read only.  I added a text box to the form and tried to add some script that read:  if (this.rawValue != "") (this.access = "readOnly"), but that didn't work.  Is there a way I can accomplish this without adding a signature field to the form?

    Hi,
    It depends on where you placed the script, probably best place is the exit event.
    if (this.rawValue != null || this.rawValue != "")
         this.access = "readOnly";
    else
         this.access = "open";
    This will only lock the field that the script is inside.
    You should check out Paul's example LockAllFields, which contains a function in a script object. While Paul calls this from a click event in a button, you could call it fromthe exit event of the particular text field.
    Re: Saving Fillable Form as non-fillable PDF
    Hope that helps,
    Niall
    Assure Dynamics

  • Issues with Adobe Reader XI -- lost "submit" button option

    When I updated to Adobe Reader XI, the "submit" button that was located in the fillable form (in the purple bar) disappeared. When I downgraded to Adobe Reader X, the "Submit" button reappeared. Why is the option no longer available in XI?

    Some things to try...
    update to 11.0.5
    Using Windows Explorer navigate to C:\Program Files (x86)\Adobe\Reader 11.0\Reader, then double-click on Eula.exe and accept the license agreement
    Can you open Adobe Reader by itself?  If so, try disabling Protected Mode [Edit | Preferences | Security (Enhanced)].
    If you cannot open Reader by itself, try to disable Protected Mode in the registry; download, unzip, then run the attached registry script
    It could even be a malware issue; see http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html

  • Make a field required on record creation, read only after that

    Hello,
    Does anyone know of a way to make a pick-list field required on record creation, but read-only after that? The other twist to this is that we need to allow this field to also be read-write for all the integration edits, since this field's value could change in the enterprise database.
    Thanks,
    Neal G.

    Hi !
    I think you can add a validation rule for that. Something like :
    IIf(PRE('&lt;YOURFIELD&gt;') IS NULL, &lt;&gt; '', = PRE('&lt;YOURFIELD&gt;'))
    This means that if the previous value of your field is null (it's a creation), so the value must be different than blank. Else, it must be equal to the previous value, so not modified.
    I didn't tested it, but I let you get back to me if it works... or not !
    You'll just have to add a message saying that this field is required on creation and readonly after...
    Hope this will help, feel free to ask more !
    Max

Maybe you are looking for

  • Newbie having trouble creating a Slideshow with the Animation Panel.

    I know it's a much more complicated/advanced way to create a slideshow. But, I know it can be done. I will explain exactly what I do, the steps that I take. In my own newbie opinion, I think I'm just missing a step somewhere. Maybe I'm missing two or

  • Error instalation CE 7.2

    Hi, Im getting this error. does anyone know what it means? An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2 > Installation Options > Application Server Java > Standard System > Standard System( Last error repor

  • X11 not starting like it should

    Hello all, I have a situation where I run 2 admin accounts on a single machine ( for arguments sake Acct 1 and Acct 2) I do the majority of my work on the second one. I have the latest X11 and the latest version of GIMP but for some reason it will on

  • HT4830 Bengali to Japanese language dictionary

    I would like to Bengali to Japanese language dictionary

  • I need the download for the Security Update for Shockwave Player Active X 12.0.3.133

    To Whom It May Concern, I need the download for Adobe Shockwave Player Security Update for Shockwave Player Active X 12.0.3.133.  So far all I have got is the run around.  Please can someone help me get this update for my laptop? Sincerely, Lisa Newm