Email specific subform

I have an agenda form that has a repeating subform for capturing Action Items. What I would like to do is to email just the action items after the meeting has ended without having to cut and paste bits and pieces. Is there a way to use the email button to allow me to select just the repeating subforms? I would like to maintain the option to print the entire document so setting any parts to "visible (Screen Only)" is not an option

Hi,
Here is an example: https://acrobat.com/#d=XGio37Qy-giZ*Qs*QRl5nw
However in the send email button, I do not have the regular expression working. It is meant to prevent an email address from being added to the list if it already exists.
else if (vEmailList.search(/emailAddress.rawValue/) == -1)
This is only passing for the string "emailAddress.rawValue", rather than using the .rawValue of the emailAddress field.
Maybe someone could have a look at the RegExp.
Good luck,
Niall

Similar Messages

  • ICloud EMAIL specification?

    Is there an iCloud EMAIL specification ...anywhere??
    This seems very strange to me. I have searched the Apple knowledge base for answers to some basic questions about what can/cannot be done with iCloud Mail, but there is next to nothing available. I am talking about the SERVER SPECIFICATION here, not what any individual mail client can/can't handle.
    My specific questions are (when I say "folders", Apple tend to call them "mailboxes" often):
    1) What is the maximum amount of folders?
    2) What is the maximum amount of characters in folder names?
    3) Apart from forward-slash ("/") are there any other characters that cannot be used in folder names? (are they 'unicode' chars perhaps, or something?)
    4) What is the maximum depth of nested folders?
    I want to move all my email archives to iCloud IMAP (many folders)** – so they can be accessed from any of my devices and/or any computer via webmail, when wanted, instead of separate folders per email account spread across different email providers' servers.
    (** I can just drag them into my iCloud account using Mail.app, and let them sync.)
    Thanks in advance if you can find Apple's official word on this stuff (as an idea, it might even only be in the Dev centre Help section somewhere...perhaps?).
    It just seems ludicrous that other mass email providers give such info, but Apple keep such basic stuff seemingly "hidden" away from users all the time, making decisions on possible usage thus being impossible.

    ...In fact this was Irish Applecare man's unhelpful email response (after over 10 days of me waiting patiently):
    "Engineering have told me there are no public or developer documents explaining these limitations in iCloud.
    I suggest you send a direct feedback to Apple via the feedback site
    or a channel you have as a developer: http://www.apple.com/feedback "
    I told you, Apple haven't a clue on the kind of info customers might need to know... same old same old, yawn.
    The "support" side of Applecare usage is useless, as they tend to know nothing these days, unless it's a completely trivially easy type of question you happen to be asking them. It's just a laughable "add-on" to your product purchase if that's what you buy it for, so really if it wasn't for hardware failure cover, I really wouldn't bother.

  • Email specific pages ONLY from PDF

    Is there a way to extract and email only specific pages from a LiveCycle designed, Reader-enabled PDF using Adobe Reader 8? (i.e. the form has 20 pages total, but I only want the user to email Page3, Page5, and Page7 at once using a button)...
    Thanks in advance for the help...

    I think the only option would be to hide the pages.
    pageName(or subForm).presence = "hidden";
    and then after the email routine finishes show the pages again.
    pageName.presence = "visible";
    If you had all the pages you want hidden in one subform then it would just be one line of code.

  • Block / Filter html in email, specifically URLs

    Exchange 2010 in a Windows 2008 R2 domain.
    I'm trying to find a way to block any html url from being link enabled in email. For instance, if I type www.bing.com in an email it link enables it by default and makes it clickable by the recipient.
    I need to either filter the entire url or change it to plain text so it's not link enabled and clickable.
    The endstate here is we're trying to reduce the possibility of a user clicking on a link in a rogue phishing email. At the very least we want the user to have to copy and paste the plain text url into a browser in the hopes that will reduce the phishing
    success.
    Any ideas?

    Hi,
    Based on my knowledge, I'm afraid that we can't block the messages with link from server side. But we can use Outlook to do that. Suspicious message detection is always turned on in Microsoft Outlook.
    For more information, here is an article for your reference.
    Enable or disable links and functionality in phishing email messages
    http://office.microsoft.com/en-us/outlook-help/enable-or-disable-links-and-functionality-in-phishing-e-mail-messages-HA010355585.aspx
    Hope it helps.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • I cant send an email specific mail address

    hi everyone,
    I have a cisco ironport c170 appliance standalone.
    I just configured data 1 interface for data traffic and management.I used to an ip address as 172.1.1.1 Our DNS server and email server in my local site I created A record our DNS server for Ironport ESA c170 and then I set SNMP connector ip address that for sending all out going traffic via  ironport appliance.
    my domain name how.com.tr. I want to send email this domain address xxx.com.tr but ı can t send to  an email [email protected] I had added xxx.com.tr  into Unknown list,trusted list ,any where but I cant receving or sending any email this adress. I send and receiving email other domain name like hotmail,gmail,gmx expect to xxx.com.tr.I need your advice
    what can I do?

    Hello Kadir,
    any errors, NDRs, logs that you could provide? How do you know the messages are not getting trough to that address?
    Regards,
    Andreas

  • Alertbox on submit email if a subform is visible

    Hello,
    I'm trying to create a script that would show a alertbox reminding the user that he must join needed files to the email before sending it. But this message must only be shown if a specific subform is visible, if it is not, than it must tranfer to the email directly.
    I'm using the Lc subit by email button that is standard in Lc ES2 and I've been meddling around and I can't find a script for my probleme. I've used the general alertapp. but I really need the message to appear only if my subform is visible.. Hoping someone can help me with this. Thanks in advance for all your help.
    Melanie

    Hi,
    you can use a script in the preSubmit event of your Mail button.
    It will check the visibility of you subform and prompt a message if it is visible.
    form1.#subform[0].EmailSubmitButton1::preSubmit:form - (JavaScript, client)
    if (Subform1.presence == "visible") {
            // Show a warning message
              xfa.host.messageBox("STOP");
            // Cancel the submit process
              xfa.event.cancelAction = true;

  • Submitting via E-Mail Hides Subforms

    Hello Experts,
    I have a dynamic PDF that works as planned.  However, there is a bug in the "Submit by Email" function.  The completed form contains various subforms that depending on the Choice Pull-Down selection, specific subforms will display for form-fill.
    When a customer submits by e-mail, all of the subforms will hide leaving only the Choice Pull-Down visible.  If we select the choice in the pull-down, then the completed subforms will reappear.  But this leaves the possibility of selecting the wrong choice.
    Is there a way to keep the completed subforms visible?
    Thanks,
    Eric

    See if this helps.
    http://forums.adobe.com/message/2190605#2190605

  • How do i use my fingerprin​t for uses other than login? (email, web forums, etc)

    I was wondering, is there a way to use your fingerprint in place of a password for other uses other than logging into windows?  Some uses would be internet email {specifically gmail), logging into web forums (like this one).  Maybe (this is probably hopeful thinking)  configure your fingerprint to includepersonal data when filling out forums such as address, DOB, phone number, etc.  I will be using Firefox almost exclusively, but if theres a solution for IE i'll listen too.
    T61 15.4" T9300 (2.5GHz 6MB L2) Windows 7 Professional x64 4GB Memory, NVidia Quadro NVS 140M

    ThinkVantage Client Security Solution includes Password Manager which is close to what you are after I think.  It works with IE, Firefox and standard application dialogs too.
    I was previously employed by Lenovo but have no formal role on this forum.
    I am here on my own time because I like fooling with PCs, especially Lenovo ones. ALL my posts are purely my personal opinion.

  • Scheduler sends successfully for a report but does not email

    I am scheduling a crystal report to email specific users. This is a crystal report which links to Oracle via ODBC. On other reports users get their email but on one specific report users do not recieve their email. The report in question was working and users were getting emailed however I moved it in a development folder to fix a date range bug where it emails fine. The modified report is now in a production folder but will not email, yet the one in the development folder still emails fine. The changes to the report had no relevance to email or scheduling. Any suggestions?

    Hi,
    Have you tried to recreate the schedule after your moved around the report and did the bug fixing? I have seen cases where a schedule would not function anymore in XI 3.0 when you adjusted the report and saved it. Somehow dependencies that are crucial for the schedule are lost. I solved it just by rescheduling. Maybe your CUID was changed as well...
    Hope this helps...
    Martijn van Foeken
    Focuzz BI Services
    http://www.focuzz.nl
    http://nl.linkedin.com/in/martijnvanfoeken

  • Mail doesn't display full email text, only displays the subject line

    Mail doesn't display full email text, only displays the subject line.
    My preview shows first three lines of email, but when I chose the email specifically mail doesn't display any lines of text.  Been this way for about ten days.  Please help.  Ben

    Awesome.  Rebooting the phone worked.  I had never turned the phone off before (for the next guy - you hold down the "sleep" button for longer than you'd think and that'll do a full shutdown).  thank you for your help.

  • How do i get scan-to-email to work?

    Tech Data:
    OS:  Mac Snow Leopard
    Printer: 8600 Pro Plus
    Connection Method: Printer- Ethernet (Bonjour), Laptop-Wireless
    Running FULL HP software package, including full updates via Apple Software Update
    Set-up went without a hitch
    Printing is working
    ePrint is working
    Scan to Computer is working
    Archive Faxing (sending received faxes to email address) is working
    When I try to set up Scan to Email, specifically "Outgoing Email Profiles" I keep receiving the message "Network connection error. Check network and try again"..  This is through the local web interface on the printer.  I have tried it through Safari as well as Chrome. This is at the same time that the status in the HP Utility shows the printer connected and ready.
    Can anyone tell me what else to look for in order to set up the Fax to Email?  Do I have to connect wirelessly instead of Ethernet?  Do I have to connect the computer via USB?
    Thank you for any help or suggestions.
    This question was solved.
    View Solution.

    Hi,
    Please click on the below web link and please reply it does not work
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02914043&cc=us&dlc=en&lc=en#N461
    Regards
    Justin
    Say thanks by clicking the Kudos Star in the post.
    If my post resolved your problem, please mark it as as Accepted Solution : )

  • How to create a master form with selectable/insertable subforms?

    I have created a general information form for business services we offer, at the bottom of the form I have made several check boxes so that the person who fills out the form with all of the general information can then select the service they want to sign up for-
    Is there a way to make my form open the specific subform for the services that are selected?
    for instance-
    They fill out their name, address etc and then select the check box for services they want- ideally i would like adobe to know that there is another form associated with that check box and then add that form onto the bottom of the general information form so that the customer can then complete the order form for that service instead of having to go back and request the specific form for that service that they selected on the general information form.
    I am not sure how to put this clearly??
    Example:
    Please select the services you desire from the items below
    (Check box) Toll Free
    (Check box) SIP Interop
    (Check box) Hosted IP
    Say they selected toll free and sip interop from the list, is there a way to make adobe know that it then needs to open those 2 separate forms so the person can complete them?

    Create a JPanel based on the second detail table with the wizard and add manually the JPanel to the Master-detail Form.
    Regards
    Fred

  • Subform(s) visibility

    I'm trying to make visible a specific subform based on the value of a radio button. This involves two subforms - stdLayout and customLayout.
    Right now, stdLayout is visible when the form opens while customLayout is invisible.
    I have this code in place now:
    Form initialize:
    customLayout.presence = "invisible";
    Radio button change:
    if (this.rawValue == 1) {
    customLayout.presence = "visible";
    }else{
    customLayout.presence = "invisible";
    This works fine to make customLayout visible, but I'm at a loss for code to make stdLayout INVISIBLE at the same time. Obviously I only want one visible at any time.
    Any help is GREATLY appreciated!
    Thanks
    Mike

    Hello, I just joined the forum today. I am new to this app (v.8) and am learning to create a form. I have a question that looks like it belongs in this thread.
    Here's my situation: the company is finally setting up an intranet, and we are slowly moving to .pdf file distribution instead of MS Word. I'm going through an employee status change form done in Word, using document protection and text fields, checkboxes, drop-downs, etc., and I'm re-creating it in LiveCycle.
    That part was easy, and I learned the basics of the app, but now I want to make a leap to another level. This form tracks access to various systems and apps, which varies according to the division of the business that the employee is in. When I createds all the checkboxes and drop-downs, etc., I clustered them into subforms.
    This thread asks about a radio button value determining subform visibility. I'd like to know if a value in a drop-down can determine visibility. Our hope is that when HR chooses a value in the Division drop-down, then the form will only display the systems and apps that a person in that division would normally have access to.
    Can this be done? and where are you entering that code you sampled here?
    Thanks,
    - A

  • Adding a subform instance

    Being relatively new to anything more complex than simple drop down lists and hiding fields, I am attempting to allow a button to insert another copy (unlimited times) of a specific subform.  I keep running into "you have reached the maximum number of items allowed." when using the preview option.  I have searched in multiple places for trying to resolve this.  I am attaching the generic form if anyone can help.  Thanks.

    The flowed subform indicates that it will take all objects that it encounters and flow them on the page from top to bottom. Positioned content means that you can place objects in a subform and it will maintain their X.Y position within the subform space. So if you place your content within a positioned subform (to retain the X,Y positions, then place the positioned within a flowed subform then the flowed subform will move th eposition to the left side of the page but your objects will remain relative to the positioned subform. So make sure your positioned subform is the width of the page.
    Make sense?
    There is a good example of the architecture that you shoudl follow in the samples that ship with Designer. Have a look at the Dynamic Interactive Purchae Order located in this loaction in the Designer install folder:
    EN\Samples\Forms\Purchase Order\Dynamic Interactive\Forms
    Paul

  • Don't want personal emails showing in work email inbox (8330 Curve)

    I succesfully set up my personal email account (comcast) on my 8330 Curve, but the messages are showing in both the main inbox (work) and also the comcast inbox.  Does anyone know how to get the device to only show them in the personal inbox?
    Solved!
    Go to Solution.

    lol, yea, it's pretty technologically unadvanced, lol.
    Some users prefer to hide the main message icon and use only the email-specific folder. They are automatically filtered in that manner. So only your yahoo account email comes to the Yahoo folder, only your Gmail comes to your gmail folder, only your [email protected] email comes to another folder, etc. 
    You can have up to ten email accounts/addresses on one device/BIS account.
    You can do a search of this and all other blackberry-related forums, and I think you will find the answer is... no. Sorry.
    Now, that said, a BES account can have a policy pushed to it to have the BES mail moved to a different folder, and BES users can also use Empower BES Inbox... but none of that applies to this situation.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for