Skip navigation
Contractor Kelly
Currently Being Moderated

Submit by Email-- read only

Apr 29, 2009 10:40 AM

I am using Adobe LiveCycle Designer 8.0

 

I have a customer who would like his team to receive the completed LiveCycle Designer Form in a read-only format.  To clarify:  User A completes the dynamic form fields, uses the Submit by Email button and Team Member B receives the PDF in a public email-box.  My customer does not want the employee (Team Member B) to alter any information on that form once it has been received; he wishes that information to be in a Read-Only format. Anyone have any step by step tips?

Thanks!

 
Replies
  • Currently Being Moderated
    Apr 29, 2009 11:57 AM   in reply to Contractor Kelly

    Though I use different approach myself for this kind of scenario.....here is one easy way you can try.

    When the userA submits the form and emails it to the next....userB when open the form in his/her email I guess you control the display of the so called "Submit" button based on some value/logic isn’t it?

     

    If yes I would use the same value/logic in making the fields read-only.

     

    Here is how I would add my JS to each field that you want to make read-only after submit.

    In docReady event of each field that you want to lock down.........

     

    // replace "submitButton" with actula SOMexpression for the submit button.

    if (submitButton.presence == "hidden") {

         this.access = "protected";

    }

     

    Good Luck,

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 29, 2010 6:16 AM   in reply to Varma_LC

    Please explain me....!!

     

    this is a part of (send button) in XML Source

     

      </field>
             <field name="Button1" y="241.3mm" x="127mm" w="22.225mm" h="6mm">
               <ui>
                   <button highlight="inverted"/></ui>
                <font typeface="Myriad Pro"/>
                <caption>
                   <value>
                      <text>Send by Email</text>
                   </value>
                   <para hAlign="center" vAlign="middle" spaceAbove="0pt" spaceBelow="0pt" textIndent="0pt" marginLeft="0pt" marginRight="0pt"/>
                   <font typeface="Myriad Pro" size="8pt" baselineShift="0pt" fontVerticalScale="80%"/>
                </caption>
                <border hand="right">
                   <fill>
                      <color value="212, 208, 200"/>
                   </fill>
                   <?templateDesigner StyleID apbx1?></border>
                <bind match="none"/>
                <event name="event__click" activity="click">
                   <submit format="pdf" textEncoding="UTF-16" target="mailto:xxxxxxx.xxxx@xxxx.com" xdpContent="pdf datasets xfdf"/>
                </event>
             </field>

     

    where I have to insert the string to make invisible buttons to send and reset...

     

     

     

    Thanks

     

    Emiliano

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 22, 2010 9:32 PM   in reply to Contractor Kelly

    You can also submit the PDF to a script, and "Flatten" the PDF.

     

    for more information on how to flatten the PDF,

    Check out the samples at: FDFToolkit.net

    http://www.fdftoolkit.net/

     

     

    Or Check out the programming examples at:

    http://www.nk-inc.com/blog/

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points