Skip to main content
klubjunky
Known Participant
February 26, 2016
Question

submitting adobe PDF online - did this idea die?

  • February 26, 2016
  • 2 replies
  • 1374 views

I'm confused about this.

And I'm not finding any way to do this reliably..

can somebody point me in the right direction?

What do I have to 'buy', 'do' or 'configure' to allow a person to fill out a PDF form on my website and have it emailed to me..

OR if that isn't possible.. have a PDF form emailed to the person requesting it..

Then THEY fill out the form in their email application/browser and THEN it sends to us (the completed form)


NOT empty forms.

NOT clickable 'submit' buttons that don't work.


A working solution to submitting PDF forms online.

ANYONE?

Oh one last thing, it would be great if the PDF forms if done ONLINE were actually secure - and not downloadable...

In some cases a lot of work went into creating the forms, so we don't like them being taken.

THanks

This topic has been closed for replies.

2 replies

Inspiring
February 27, 2016

Submitting by email never has been and probably never will be reliable. Acrobat and Reader have been able to submit to a web server since forms were introduced with Acrobat 3 and still can. It's possible to set up the form to submit the entire PDF to a web server which can then do the job of emailing, but this requires programming the server to handle this. Creating a reliable system using this approach is possible, but your users will need to be sufficiently motivated (e.g., because it's part of their job) and informed. If it needs to work for the general public, consider using something other than a PDF form.

A PDF form must be downloaded in order to be viewed in whatever PDF viewer is being used, whether it's displayed in the browser or not.

klubjunky
klubjunkyAuthor
Known Participant
February 28, 2016

I'm more interested in the PDF served on a website solution (reliable and

cross browser)

Adobe doesn't seem to want to tell me how much it will be online.

Vague pricing structures don't interest me.

$30/seat +??

On Sat, Feb 27, 2016 at 6:46 PM, George_Johnson <forums_noreply@adobe.com>

try67
Community Expert
Community Expert
February 28, 2016

I don't believe Adobe provides such a service... You can set it up yourself, if you have a server where you can host a simple PHP file, though.

Inspiring
February 27, 2016

To submit a form attached to an email from a web browser has a number of prerequisites.

1. The user needs to be using a web browser that can process PDF forms. Many web browsers how have their own "better" PDF viewer because is ti smaller and faster then Adobe Reader. Unfortunately they either do not properly process PDF forms or do not recognize PDF forms. Google Chorome and FireFox do not always process all PDFs. Microsoft now has Microsoft View which does not recognize form fields.

2. User must have a compatible email client.

3. Mobile devices have limited or no PDF form support.

4. The form needs to submit an FDF or XFDF file to a web page with custom scripting to process the passed file.

klubjunky
klubjunkyAuthor
Known Participant
February 27, 2016

So yes then.. It died.

On Sat, Feb 27, 2016 at 12:20 PM, gkaiseril <forums_noreply@adobe.com>