Fillable Form Return Email Address

How can I change the incorrect email return address on my distributed fillable form?

Desktop product.  The return form includes another user's address who has not been involved in the form at all , and this is the first try at the feature. Thanks.

Similar Messages

  • How can I change the return email address in Mail?

    Hi
    Having just switched to a Mac and just got broadband I was quite pleased with myself managing to download an email into Mail....
    However, we use a forwarding email address at bigfoot.com so that we can always quote the same email address whatever our ISP given address. How can I make this the default return email address on emails I send, rather than the [email protected] that we have been assigned?
    Thanks in advance
    stuart
    MacBook (Intel)   Mac OS X (10.4.7)  

    Hi Stuart.
    Open /Applications/Utilities/Terminal, type the following command (you can just copy it here, paste in a text editor, modify the email address, then copy the whole command again, and paste in Terminal), and press <Return>:
    defaults write com.apple.mail UserHeaders '{"Reply-To" = "[email protected]";}'
    The following article contains a more thorough description of this technique that takes into consideration the possibility that you might inadvertently overwrite other default headers by doing that:
    How to Add a Reply-To Header to All Emails You Send in Mac OS X Mail

  • Fillable Forms Return

    I created a fillable survey form which I want to post on my web site. I used Adobe Designer to do it. I added the "sumbit by email" button and put in the email address they should be returned to (mailto:[email protected]) but it doesn't work. If I test the form by filling it in and trying to email it, it asks me to either save or print the form, but not submit it. Am I missing something? Only thing I could find in help is that the user will have to save the form and then email it to the address I listed. This doesn't make sense if you have a return via email button you should just be able to click that. ???

    Can you post your form so we can have a look?
    Paul

  • Send PDF form to email address user enters in textfield on form.

    I would like to be able to allow the person using the form to choose what email address the PDF form is emailed to. I read this post which sounds like what I want but I keep getting a Submit Cancelled error. The email does get generated and the form is attached as a PDF so that part works okay.
    http://forums.adobe.com/message/4167414#4167414
    This is the code I am using as I only need the To: address populated.
    form1.Page1.Button1::preSubmit:form - (JavaScript, client)
    var strToAddress
    //Capture the values from the form fields.
    strToAddress = txtToAddress.rawValue;
    event.target.submitForm({cURL:"mailto:"+ strToAddress,cSubmitAs:"PDF",cCharset:"utf-8"});

    Hi,
    There is an example here: http://assure.ly/eUR4wJ.
    // Declare the variable
    var vEmail;
    // Check that the email field is not null
    if (txtToAddress.rawValue !== null) {
         vEmail = txtToAddress.rawValue;
    // Send email
    event.target.submitForm({cURL:"mailto: " + vEmail + "?subject=&body=",cSubmitAs:"PDF",cCharset:"utf-8"});
    Niall

  • Validate form - repeat email address?

    I'm playing around with Adobe's spry system and integrating
    the validation functions into my online form.
    Could someone please explain or direct me to a tutorial or
    guide on implementing a function where the user must insert their
    email address twice (or password)?
    I appreciate your time.

    This FAQ explains how others can receive email notifications:
    http://forums.adobe.com/docs/DOC-1424
    Randy

  • Help needed creating a fillable form and emailing it.

    I'm new to all this and have no clue where to start.  If there is a document that lays out how to do this, a link to it would work.  I need to create 2 fillable forms.  1 will need a submit button and once you click submit, it automatically sends the form.  The 2nd one will need to allow the end user to select to whom the document is to go to.  I think it will have to open an email message to do this, but I'm not sure.  Please advise.

    It's probably the fields highlight color of the application, which you can change via Edit - Preferences - Forms.

  • Mail is changing my return email address and won't stop

    I have 3 gmail addresses set up in Mail. Two are for 2 separate businesses and 1 is for personal. When sending a message, no matter which account I put in the return address box, when I get a reply it comes back to the inbox of my personal gmail address. All my business emails are being replied to my personal address and it's confusing my clients. It also makes it a pain to keep my business emails organized.
    When I check the reply messages, they have been changed from my business return address to this personal address. This is really ticking me off. I just switched from a pc and was hoping the mac mail client was going to work better than Outlook but so far it is worse. I thought all this mac stuff was supposed to bug free, no crashes, etc., etc. So far I'm having some serious buyers remorse. It ain't living up to the reputation. I got a number of other issues but I'll keep this discussion to the mail thing.
    Help. Please.
    Thanks,
    Roy

    I'm running OSX 10.7.2 btw. Mail is 5.1. I have a drop down box below the subject line in my "new message" that says "From" and I have a choice of any of the email addresses but no matter what I put in that line, replies always come back to the personal address. I've changed the preference in compose to one of my business email addresses and I think I'll just leave it like that and see what happens. Maybe after a day or 2 I'll change it back and see if it works properly then.
    Found Library and mail preference file but I'm not ready to test dumping that and having to reload accounts again. If nothing changes, I'll give that a try.
    Hey, thanks again for all the advice. It's been very helpful!

  • My email notification is defaulting on an old hotmail account rather than using the form submitters email address. Does anyone know the fix?

    Help

    Hi,
    Email notification defaults to your account ID. If you want to change this default email, you will need to change the email (Adobe ID) of your account in "My Information" dialog under the account icon. A workaround is that you sign up a new account with your new email address and  make your new account ID a co-author of the form, then choose your new email to receive email notifications. Here is a page on how to allow others receive email notificaitons: How do I allow others to receive email notifications when responses are received?.
    Thanks,
    Wenlan

  • Forms - Multiple Email address

    Hi all,
    I have created a basic form which sends the details of the
    form to worldpay. I also want this form sent to another email
    address. Please can someone advise or guide me on router to setting
    this up.
    Any help or advice will be appreciated.
    Thanks,
    Cas

    Hi Cas,
    If you are prepared to consider a commercial solution then
    you might
    want to take a look at the Universal Email extension from
    WebAssist.com
    http://www.webassist.com/professional/products/productdetails.asp?PID=13
    To learn more about this or any other product from the
    WebAssist tool
    chest please feel free to contact me off-list.
    Regards,
    Mark
    Mark Fletcher
    WebAssist.com
    touch5 wrote:
    > Hi all,
    >
    > I have created a basic form which sends the details of
    the form to worldpay. I
    > also want this form sent to another email address.
    Please can someone advise
    > or guide me on router to setting this up.
    >
    > Any help or advice will be appreciated.
    >
    > Thanks,
    > Cas
    >

  • Send form to email address

    How do I send the "from" from online to my clients email address after a visitor has filled it out?
    thx

    This FAQ explains how others can receive email notifications:
    http://forums.adobe.com/docs/DOC-1424
    Randy

  • Two problems  1 changing default return email  2 fillable forms in adobe x mobile

    Hi can anyone tell me how to change the default return email form forms?  during intial set up of live cycle I mistyped the return email address and every form I go to build now wants to send the information back to a non existent address.... I can't find anywhere to correct the issue ... please help!
    2ndly  I can't get any of my distibuted forms to be fillable in adobeX on the android operating system doe anyone know how to fix that?
    I have gone through the helpfiles and used advanced extensions all to no availe

    That should work yes. Not to say that there isn't anything else that will cause this but it's the typical reason why it happens.
    It shouldn't cause any conflicts in a Mac. At worst, Reader may want to open PDF's by default but they can easily switch that back by highlighting a PDF, choosing File>Get Info>Open with, choosing Preview and clicking "Change all". When I installed Reader, Mac Preview remained the default Reader until I told it to use Reader.
    Mac and Windows users can get the reader at http://get.adobe.com/reader/?promoid=BUIGO. It will detect their OS and give them the correct download.
    One thing, if they decide to keep Preview as their default PDF Reader then they will have to actually open Reader and use File>Open to open PDF's in Reader.

  • How do you change the default return email when distributing a PDF form

    Hello everyone,
    I am trying to distrube a pdf form as a customer survey to various client/contact emails.  As a test, I chose to distribute the form, filled in the form distribution information and I send the form to myself. However, when I filled it out and chose 'submit form' it prompted me with the return email address that I know is incorrect and want to change.
    As the author of the form, I need to change the default return email address, but there is no option to do so when I choose to distribute the pdf form  or any new form that I create (only prompted me the very first time I chose to distribute a form). 
    Does anyone know how to change the return email address and information for form distribution?  Can someone please help me with this? 
    Thank you very much!
    -Ryan

    The email address that it uses it what is set in the Identity user preference: Edit > Preferences > Identity > Email Address
    so change it there before you distribute.

  • Email addresses for Forms

    If I subscribe to forms central, I would like to create a form per email address for about 8 forms at the moment. Is this possible???

    Thanks Wenlan
    Sorry for the confusion.
    I have 8 forms that I need to create that need separate email addresses to go to different departments.
    The other option I have is to subscribe to forms central with another email address and set up rules to send the form replies off to the other addresses when they arrive.
    Hope that makes more sense
    Suzanne

  • Is there a way to have form submissions show submitters email address?

    Hi there...
    Was just wondering - is there a way to show the form submitters email address as the "From" email address when receiving a notification from the contact form?
    There's a setting that allows the form details to be sent to an email address, but that email is from the user or the site itself, so if you "reply" from within your email client, you're effectively emailing yourself...
    Do I have to create a new workflow as in this thread?
    http://forums.adobe.com/message/4393711#4393711
    I'm sure it's blindingly obvious, but I can't see what the people in the above thread see...
    Cheers, Dave

    Hi Dave,
    The proper way to do it is when you get a workflow or submission notification it automatically creates a 'Case' in the site admin.
    It is also listed in your live feed on your dashboard.
    So  the next steps would be to go to that case in the admin and reply there. It will keep a record of your reply within the admin and it will send to the user.
    Brad Lawryk
    ======================
    Auroratec Business Solutions
    http://www.auroratec.ca
    Phone: 250-855-8835     
    =====================================
    Adobe Community Professional: Dreamweaver
    Adobe Business Catalyst: Premium Partner
    My Adobe Blog: http://blog.lawryk.com

  • Submit by email button ignoring specified email address and subject

    I have recently upgraded to CS5.5 and I am having trouble with the Submit by Email button in my form. 
    When I distribute the form the email address and subject specified on the button are ignored.  Instead, the form is submitted to my email address with the subject of 'Submitting Completed Form'. 
    I have tried creating the form a number of different ways (i.e. converting PDF created in inDesign, just in Acrobat from scratch, just in Livecycle Designer from scratch) with no success and the same result.  I have found I can change the email address if I go to Acrobat X Pro: Edit > Preferences > Identity but this is not an adequate work-around and does not fix the issue of the subject.
    My company develops forms for both internal and external clients that require this functionality.  The email subject is used to help identify which form it is and routes it to the appropriate department. 
    I have searched the web and this forum for answers but have not found an answer. 
    My question is:  How do I get the 'Submit by Email' button to work correctly?
    I have created many forms before using CS3 and have never encountered this problem.  At the moment the only way I can see to fix the problem is to go back to CS3 which seems ridiculous.  I thought later versions of software were supposed to work better not look the same and not work (sorry for the rant, frustration is getting the better of me).
    I need to use the Distribute Form as it states in the LiveCycle help:
    If you do not use the Distribute feature, form recipients who use Adobe Reader cannot save modifications to most PDF files, including forms filled with data.  They must either immediately return their data electronically or print the form and return the paper copy.
    I am using Acrobat 10 Pro and Livecycle Designer on Windows 7 64-Bit
    Any help will be greatly appreciated.

    What you are seeing is the intended behavior and I'm not sure why is has changed.
    When you distribute a form, it substitutes the email address you originally set up with the button with the one specified in your identity preference and the subject is set to "Submitting Completed Form". It makes a number of other changes to the document that make the distribution workflow possible. I do know that different code is used if the form is being used in a version of Acrobat/Reader prior to 9.
    With an acroform (not XFA), you can save a copy of the distributed form, allowing you to edit the scripts that among other things set the subject line of the email, so that a different subject line text is used. You can then re-enable the form and it should work OK. The problem is knowing exactly what needs to be changed and finding it, and I'm not certain that this is possible with an XFA form. I normally work with acroforms and know where to do it in Acrobat, but things are different in LiveCycle Designer.

Maybe you are looking for