Save and Email Form

Hi,
I have a form which has a Submit via email button configured on it. The form itself is an application form with lots of fields for customers to fill in. Once they have filled in the form, I want them to click the Submit button which will then open up the local email client (all outlook) and send the email back to me. Ive tried to distribute the form via the File Menu but this is not working. It only sends the filled in fields. How do I program or set the button so when the applicant click's the submit button, it sends the entire form along with the data which has been typed in to me?

There are two ways to deal with this.....
1. Set the control type to Regular in Object Palette for the email button and use the following JavaScript code in 'click' event of the button.
event.target.submitForm({cURL:"mailto:[email protected]?subject=Newform&body=Fill the form and click on email submit button.",cSubmitAs:"PDF",cCharset:"utf-8"});
2. Set the control type to Submit in Object Palette for the email button and in the 'Submit' tab set 'PDF' in Submit as dropdown and check PDF in the Include section.

Similar Messages

  • Fillable Forms: How to enable ppl to fill out/save/and email forms?

    Hello.  I'm trying to determine if it is possible to set a fillable form so ppl can save a form so they can email the file.  Is that possible? If so, please share how to make the settings in the form.

    If you mean that you want to allow users with Adobe Reader to save a filled-in form, then you can Reader-enable the form using Acrobat. How you do that depends on which version you have:
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features

  • Software/app required on phone devices to fill out, sign, save and email.

    New user.  Set up my first form and emailed from mac to laptop and worked great.  Tried to fill our form on my iPhone and galaxy and can't edit.  What software/app is required on user devices to fill out, sign, save and email?  Thx

    The built-in PDF viewer on iOS does not support forms. Adobe Reader on iOS has some support and should work for what you want, but you may need to use the built-in methods for signing and emailing. Readdle's PDF Expert has better support, including more support for JavaScript. Neither support digital signatures, but both support a hand-drawn signature.
    Adobe Reader on Android just had to drop support for JavaScript due to a security concern, so another option you might want to look into is qPDF Notes, which supports actual digital signatures and e-signing.

  • Disable Save and email button.

    Hi,
    In the PO Adobe output form MEDRUCK_PO, I need to disable the Save and email button when print Preview is done. The Print button can be disabled by setting  SFPOUTPUTPARAMS-NOPRINT = 'X'.
    Can you please let me know if the Save and Email buttons can be disabled?
    Thanks,
    Dhananjoy.

    The Save buttom cannot be dissabled.
    The available params are:
    Optional: Set output parameters
    gs_outputparams-nodialog = ''.
    gs_outputparams-preview = ''.
    gs_outputparams-getpdf = 'X'.
    gs_outputparams-nopreview = 'X'.
    gs_outputparams-noprint = 'X'.
    gs_outputparams-noarchive = 'X'.
    gs_outputparams-nopributt = 'X'.
    gs_outputparams-arcmode = '1'.
    gs_outputparams-noarchive = 'X'.
    Open print job
    CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
    ie_outputparams = gs_outputparams
    EXCEPTIONS
    OTHERS = 1.
    Also check PDFCHANGESRESTRICTED = 'X'

  • How can i transfer all my datas and email form old Mac G5 to new iMac ?

    How can i transfer all my datas and email form old Mac G5 to new iMac ?

    Generally Mugration Assistant will suffice importing all Data ito a new user, but you can manually import it...
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)

  • I have a file with 64 pages in it.  How do I save and email one specific page out of the file?

    I have a file with 64 pages in it.  How do I save and email one specific page out of that file?

    With nothing but the free Reader? Take a screenshot of the page and email the image.

  • Disabling "Save" and "Email" icons for pdf docs.

    I have an ebook that I have set to NOT allow copying, printing and whatnot, BUT the icons to Save and Email are still visible...how can I remove or grey out those icons so that the document cannot be saved or email THAT WAY??
    Any ideas plz
    Thank you

    oh I have the doc online via dreamweaver plugin...thanx

  • Safari Reader - Where's PDF save and Email?

    Where's the PDF save and Email options when using Reader ( in nav bar) in Safari?
    Used to be available when cursor hovered at bottom of page.

    Stacy_Mitchell wrote:
    This loss of this function really *****.  This was one of the best things about the previous version.  I could email articles in a perfect format.
    Still can, select Share->email, then in Mail, select:

  • Muse, Business catalyst and email forms

    Dear users,
    I'd have a request about business catalyst and email forms.
    I made a simple web site for a test by Adobe Muse. In the contatc area I add an email form of Muse which requirs business catalyst. I subscibe a trial period with catalyst, tested it in its host and it was ok. Now I'm going to create a new site which is going to be published in a personal wed address (www.domainname.com) Is it enought to pay for a basic subscription of business catalyst, or do I need additional stuffs? Please consider that the site will be hosted in a different web space than catalyst
    I thank you in advacne for your kind collaboration
    Best regards
    Fabrizio Zambelli

    Thank you for your kind reply. Unlucky there are 2 problems with my explanition: I'm not so confidential with wed hosting stuffs and english!!!!!
    I have a domain (www.example.com) which is hosted and registred in Italy by a service like Godaddy.
    I downloaded the web site which I created with Muse on that domain and it works. I made a page which uses the email form widget from Muse and obviously, it says to me that BC is required to work. Basicaly I'm looking for a suggestion on how to get it working. Thanks agains expecially for your patience!!!!!!!!   Fab

  • Spry, Mousover-Buttons and Email-Form problem. Site is 100% error free.

    My site: http://www.wientjesvoegwerk.nl/
    Its xhtml1.0 and css validated.
    I have a few problems however.
    This was how i did it first:
    <li class="TabbedPanelsTab" tabindex="0">
              <style>#Home a{display:block;color:transparent;} #Home a:hover{background-position:left bottom;}a#Home {display:none}</style>
              <table id="Home" width=0 cellpadding=0 cellspacing=0 border=0><tr>
              <td style="padding-right:0px" title ="Home">
            <a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(../Buttons/Home.png);width:172px;height:75px;display:block;"><br/></a></td>
              </tr></table>
              </li>
    As you see i use Spry tabbed panels. In a tab i put code wich shows a button with mouse over.
    Changing the code so my site would be 100% validated resulted in a broken button.
    The button works but loses its mouseover function.
    This is it now:
    <li class="TabbedPanelsTab">
            <table id="THome" >
              <tr>
                <td style="padding-right:0px" title ="Home"><a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
    I tried everything. When using the code above the validator has errors, when using the one below, i lose mouseover...
    The validator says <style> tag isnt allowed.
    How do i solve this problem? I hope someone can help me out...
    Also i have another problem.
    I searched for safe email forms and hit this site: http://www.webbyzone.com/2010/01/10/make-xajax-phpmailer-contact-forms-work/
    It looks pro but i cant get it working. A little help would be appreciated...
    And i cant get my footer down to the bottom since i used Spry. Any help here also would be nice.
    xhtml site:
    <!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>Wientjes Voegwerk &amp; Renovatie - Home</title>
        <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
        <link href="CSS/Style.css" rel="stylesheet" type="text/css" />
         <meta http-equiv="Content-Language" content="NL" />
         <meta http-equiv="imagetoolbar" content="no" />
         <meta name="MSSmartTagsPreventParsing" content="true" />
        <meta name="description" content="Wientjes Voegwerk en Renovatie is een voeg- en renovatiebedrijf gespecialiseerd in gevelrenovatie. Dagelijkse werkzaamheden zijn het voegen van nieuwbouwwerk, en alle voorkomende vormen van gevelrenovatie. Ik geef uw woning, garage of schoorsteen de aandacht die het verdient en ben trots op het resultaat van mijn werk!"/>
        <meta name="keywords" content="Voegwerk, Renovatie, Reinigen, Impregneren, Muur, Voegen, Steen, Woning, Garage, Schoorsteen, Bedrijf, Gevel, Wientjes, Uitslijten, Kappen, Fundering, Vorstschade, Metselen, Metselwerk, Vocht" />
        <meta name="author" content="Rob Nijlaan" />
    </head>
    <body>
    <div id="WContainer">
           <div id="WHeader" align="center">
             <img src="Pictures/VoegenRenLos.png" width="540" height="58" alt="Voeg en Renovatiebedrijf" /><br />
        <img src="Pictures/WientLogo.png" width="600" height="136" alt="Wientjes Voegwerk &amp; Renovatie" /></div>
         <div id="TabbedPanels1" class="VTabbedPanels">
           <ul class="TabbedPanelsTabGroup">
           <li class="TabbedPanelsTab">
            <table id="THome" >
              <tr>
                <td style="padding-right:0px" title ="Home"><a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li class="TabbedPanelsTab" >
            <table id="TInfo" >
              <tr>
                <td style="padding-right:0px" title ="Info"><a href="javascript:TabbedPanels1.showPanel(2);" title="Info" style="background-image:url(Buttons/Info.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li class="TabbedPanelsTab" >
            <table id="TGallerij" >
              <tr>
                <td style="padding-right:0px" title ="Gallerij"><a href="javascript:TabbedPanels1.showPanel(3);" title="Gallerij" style="background-image:url(Buttons/Gallerij.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li class="TabbedPanelsTab" >
            <table id="TContact" >
              <tr>
                <td style="padding-right:0px" title ="Contact"><a href="javascript:TabbedPanels1.showPanel(4);" title="Contact" style="background-image:url(Buttons/Contact.png);width:172px;height:75px;display:block;"><br/>
                </a></td>
              </tr>
            </table>
          </li>
          <li>
            <p class="footer"><br />
              <br />
              <br />
              <br />
              <br />
              Wientjes Voegwerk en Renovatie<br />
              <br />
              tel; 06 - 221 464 28<br />
              <br />
              kvk; <br />
              <br />
              <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
            alt="Valide CSS!" /> </a><br />
            <a href="http://validator.w3.org/check?uri=referer"><img
            src="http://www.w3.org/Icons/valid-xhtml10-blue"
            alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> </p>
           </li>
          </ul>
           <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent" id="Home">
                       <h1>Welkom Bij Wientjes Voegwerk en Renovatie!</h1>
          <p>Wientjes Voegwerk en Renovatie is een voeg- en renovatiebedrijf gespecialiseerd in gevelrenovatie.<br />Dagelijkse werkzaamheden zijn het voegen van nieuwbouwwerk, en alle voorkomende vormen van gevelrenovatie.<br />Ik geef uw woning, garage of schoorsteen de aandacht die het verdient en ben trots op het resultaat van mijn werk!<br /><br />Wientjes, J </p>
          <h2>Voegen/Renovatie/Reinigen &amp; Impregneren. </h2>
    <table border="0" align="right"><tr><td>
    <a href="Foto/Foto's telefoon1 075.jpg"><img src="Foto/Foto's telefoon1 075.jpg" alt="Muur met Steiger" width="379" height="354" align="right" />
    </a></td></tr><tr><td><center>klik op de foto voor een groter voorbeeld</center></td></tr></table>
      <p>Vaak wordt er bij het kopen van een woning weinig aandacht besteed aan het voegwerk. Er wordt alleen gekeken naar hoe een woning is gebouwd.<br />Een voeg bepaalt echter wel het aanzicht van een woning. Van een goed aangebrachte voeg heeft u uiteraard veel langer plezier. <br />Renovatie bestaat voornamelijk uit het uitslijpen of kappen van het oude voegwerk. Waar nodig het verwijderen van scheuren die zijn ontstaan door:</p>
      <ul>
        <li>
          <p>
            Verzakking van de fundering
          </p>
        </li>
        <li>
          <p>
            Slecht voegwerk
          </p>
        </li>
        <li>
          <p>
            Vorstschade
          </p>
        </li>
        <li>
          <p>
            Doorhangen of ontbreken van ...
          </p>
        </li>
      </ul>
      <p>Bij gevelvervuiling van uw woning kunnen er problemen ontstaan die het wooncomfort negatief kunnen beïnvloeden.<br />Wanneer de voeg is aangetast of het metselwerk is door vorstschade beschadigd, kunnen er vochtproblemen in huis ontstaan.<br />Mos en alg hechten zich goed aan beschadigde stenen en voegwerk. <br /><br />Door middel van impregnering wordt een woning waterafstotend gemaakt.<br />Dit betekent dat het voeg- en metstelwerk jarenlang wordt beschermd tegen weersinvloeden. <br />Ook is impregnering beter voor de isolatie van de woning.</p>
    <p align="left"><img src="Pictures/TelnrLos.png" width="525" height="49" align="top" alt="Telefoonnummer"/></p>
                             </div>
                       <div class="TabbedPanelsContent" id="Info">
                    test2
                       </div>
                       <div class="TabbedPanelsContent" id="Gallerij">
                    test3
                       </div>
                            <div class="TabbedPanelsContent" id="Contact">
                    <?php echo '<div id="contact_result">'.$form.'</div>'; ?>
                    </div>
        </div>
        </div>
        <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script>
         <div id="WFooter" align="center">
             <p class="footer">Wientjes Voegwerk &amp; Renovatie     ,    03- '02         »        Site by ;    <b>Rob Nijlaan</b>        »        Problemen of vragen over deze site?    -    <b><a href="mailto:[email protected]">[email protected]</a></b></p>
         </div>
    </div>
    </body>
    </html>
    CSS script:
    @charset "utf-8";
    /* CSS Document */
    html,body {
         height:100%; /* needed for container min-height */
         width:100%;
         background: #FFFFFF url(../Pictures/Background.png) no-repeat center;
         color:#000;
    h1{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color: #595999;
    font-weight: bold;
    font-style:italic;
    font-size: 230%;
    h2{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color: #595999;
    font-weight: bold;
    font-size: 180%;
    p{
    font-family: "Verdana", verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    .footer{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size: 70%;
    text-align:center;
    #WContainer{
         position:absolute;
         margin:0 auto;
         width:80%;
         background:none;
         height:auto;
         height:100%;
         min-height:100%;
         margin-left: 10%;
         margin-right: 10%;
    #WHeader{
         height: 195px;
         width:100%;
         margin-bottom: 10px;
         margin-left: 0px;
         margin-right: 10px;
    .VTabbedPanels .TabbedPanelsTabGroup {
         float: left;
         width: 172px;
         height: 75px;
         background-color: #FFF;
         position: relative;
         border-top: solid 0px #FFF;
         border-right: solid 0px #FFF;
         border-left: solid 0px #FFF;
         border-bottom: solid 0px #FFF;
    .VTabbedPanels .TabbedPanelsTab {
         float: none;
         margin: 0px;
         border-top: none;
         border-left: none;
         border-right: none;
    .VTabbedPanels .TabbedPanelsContentGroup {
         margin-left: 220px;
         width: auto;
         height: auto;
         min-height:50%;
         max-width:83%;
         min-width:500px;
         padding: 20px 20px 20px 20px;
         border-left: solid 1px #999;
         border-bottom: solid 2px #999;
         border-top: solid 1px #999;
         border-right: solid 2px #999;
    #WFooter{
         clear:both;
         height: 30px;
         margin-top:1px;
    ul
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    li
    list-style-type: none;
    padding: 0px;
    margin: 0px;

    I finnaly knew what was wrong with the buttons.
    This is my renewed code:
    HTML:
    <li class="TabbedPanelsTab">
         <table class="Button">
              <tr>
                   <td style="padding-right:0px" title ="Home">
                        <a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(../Buttons/Home.png);width:172px;height:75px;display:block;"><br /></a>
                   </td>
              </tr>
         </table>
    </li>
    CSS:
    .Button a{display:block;}
    .Button a:hover{background-position:left bottom;}
    a.Button {display:none}
    My only problem is the Footer that is in top instead bottom.
    And the mail form from: http://www.webbyzone.com/2010/01/10/make-xajax-phpmailer-contact-forms-work/
    wich wont work so far...

  • On ipad app, i add a signature and then save and email, but the attachments never comes through on the email. Help??

    So I add a signature on the ipad, save and then attach to an email and send. The attachment never comes through. I have tried multiple email addresses. Help? I also tried saving to my docs on adobe.com and then logging in on a computer to retrieve and print, but thats not showing up either.

    Thank you.  That is very useful information!
    We would like to investigate the problem further and fix it.  If it's OK with you, we would also like to collect more information so that we can reproduce the problem at our end.
    What is the iOS version?
    What is the version of your Adobe Reader?
    What is the mail app that you use to read and open email messages and attachments?
    Does the problem occur with any PDF documents (for both cases: with or without a signature)?  Or just a particular PDF document?
    Would you send the original PDF document (without a signature) that exhibits the problem as an email attachment to [email protected]?  Please include the link to this forum post (https://forums.adobe.com/thread/1520043) in your email message for reference.
    Thank you for your help!

  • How do I save and email a contact sheet in LR5

    Hello -
    I am using LR 5.6 and am trying to create, save as a JPG or PDF a contact sheet to then be able to email to a client. There has to be a way to do this - used to do it in PS easily. Thanks in advance. Joe

    Create the contact sheet.
    Change "Print to" destination to a file.
    Print the contact sheet to the file.
    Attach the file to an e-mail and send it.

  • Copy, save and email a mms message

    I have an iphone 4 and I have a stalker sending me repeated text messages. I'm talking about 50+ a day. I know I can copy the messages and send them as another text to someone. But can i copy them and send them (to myself) in an email?
    Thanks for any help you can give me.
    Susan

    paulcb wrote:
    I'm assuming they are all in the same thread or in just a few threads. Try this...
    Go to the SMS thread you want to save. Press the Edit button on the top right. Select the posts you want to save. Press the Forward button on the bottom right. Type in your email address and press Send.
    That could prove to be very useful at times, but, on my iPhone4 ios (4.2.1) after hitting 'forward' and trying to type an email address the only keyboard available is 'ABC' & 123' neither of which contain the @ symbol. Trying to select an address from contacts only brings up mobile phone numbers.
    Any suggestions?

  • How do you save and email an edited photo in iPhoto 08?

    I've been using 08 since the beginning with no problems.  I want to mail an edited photo but when I try the process fails.  A normal photo mails fine, but there is no "save as" option with non-destructive editing.  Surely there is a work-around.

    Is this for all edited photos or just that one?  If it's for all try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists.
    If the problem dissappears with the new library then it's your old library that the problem. If that's the case make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • I just received and email form Selected Apples.

    Is this real or a hoax?
    Is this real? http://www.facebook.com/pages/Selected-APples/253591994664742
    Location
    Facebook
    Created By
    Selected APples
    More Info
    You've been specially chosen chosen to celebrate with us and the first 10,000 participants Will Get An iPhone 4 for Free!
    To participate, you need to do following:
    Step 1. Click the "I'm Attending" button.
    Step 2. Invite all of your friends, if you skip this step, the automated system will not register you. This is very important.
    Step 3. "Like" this page: YOU MUST like the page to get your FREE iPhone!!
    Step 4. Write on the wall "Attending" and the iPhone model you want (White/Black, 16GB/32GB)
    Step 5.Also post on wall how many people you invited.
    You must then go to this link http://ow.ly/5ZebO which will only verify you after the steps are completed. Thanks for Supporting Apple

    Do people really still believe that someone on the Internet is just waiting to give away Stuff?
    Stedman

Maybe you are looking for

  • Unable to delete a podcast from my ipod touch

    I deleted the problem podcast from itunes and then unscribed from that podcast but when I sync my ipod this podcast pops up again in my ipod. I did a soft reset to no avail. Thank You John

  • Send idoc to other system via SOAP

    Hi, I intend to implement an interface with other system non SAP, to send idocs via SOAP. I've read some documentation on sdn but i'm very confused about Was / XI / BSP and some others terms. Please, can someone help me, driving me to the right way a

  • Finder - folders won't open on hover

    Hi all, thanks in advance for your time. I have a new Macbook Pro 13", and I'm experiencing some different Finder behavior from an older MBP with OSX Lion.  On my old MBP, (even after upgrading to Lion), I could drag a Finder selection and hover over

  • How to use Time Function

    I have two times say 2310, 0050 - How can I find out using java that the difference between these two is 100 minutes or 1 hour 40 minutes. What libraries are used to find this out ??

  • R12: Supplier Banking Details - LOV does not return value

    Hi! I am having a problem when selecting a Bank for a supplier. I click on the icon to open the LOV and search for the bank i want to add for a particular supplier. When i click on the select button, the value of the bank name does not appear in the