Copy link to clipboard
Copied
ive set up a pdf form. all going perfect except submit a form button aaaaaahhhhhhhhh
Copy link to clipboard
Copied
How can we help you if you don't provide even the most basic details about the problem you're encountering?
Copy link to clipboard
Copied
i clicked send by accident....
i cant get the submit button to allow the pdf form to be sent back. i have tried the basic emailto:........
java script etc but it just dose not seem to work on preview mode it now shows a yahoo screen. but still not when its attachment
Copy link to clipboard
Copied
It's not "emailto", but "mailto"... Please fix it and try again.
Also, it will not work in Preview mode as that is only a preview. You should exit the Form Edit mode entirely and then try it.
Copy link to clipboard
Copied
i've tried and still dose not work
should i be entering there email in some were?
java script that i copied is working on preview mode but not once ive attached it
this.mailForm(true, "amberleystores@tiscali.co.uk [at] amberleystores [dot] com", "ccamberleystores@tiscali.co.uk [at] amberleystores [dot] com", "other_cc_info.amberleystores.co.uk [at] amberleystores [dot] com",
"fruit and vegetable");
submit a form
mailto:amberleystores@tiscali.co.uk
this isn't working a tool
thanks for helping
Copy link to clipboard
Copied
What exactly happens when you press the button?
In what application are you opening it?
Can you share the file in question?
Copy link to clipboard
Copied
can i send you the attached?
Copy link to clipboard
Copied
You can upload it to a file-sharing website like Dropbox or Google Drive and then post the link to it here.
Copy link to clipboard
Copied
https://124.sb.mywebsite-editor.com/app/377466835/15394/#hm:cc-sa-window-close
Hope you can see this. ive just made it live so you've got a link
Copy link to clipboard
Copied
Doesn't work. Please use one of the sites I mentioned.
Copy link to clipboard
Copied
sorry dont have either. ive been trying all day at this. so frustrating. mailto:amberleystores@tiscali.co.uk
is there anything before this?
Copy link to clipboard
Copied
They're both free to use. Takes 2 minutes to set up an account.
That code is fine. You didn't answer my other questions, though.
Copy link to clipboard
Copied
In Acrobat you can use Send & Track.
Copy link to clipboard
Copied
Instead of mailto: or JS, try sending the setting the submit button to send the submission using a server-side script; such as ASP.net or PHP; so it bypasses client-side email software. Most end-users may not have their MAPI email setup correctly, so Adobe's built-in methods are unreliable. Plus Adobe's functions rely on the end-users to actually send the email.
Visit the following website for online examples via server-side ASP.net scripts:
www.pdfemail.net/examples/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now