Aug 17th, 2011, 7:49 AM
Hi James,
Interesting! I haven't played around with PDF forms much, but yes, you can configure them to submit them to Form Tools- with one small(ish) caveat.
So PDF-configuration-wise, all you need to to is configure your PDF form to send the data via HTTP post. From what I've read, I'm pretty sure it's just a question of choosing that option in the Adobe UI.
Then, you'd go through the standard Add External form process for a POST form, described here:
http://docs.formtools.org/userdoc2_1/ind...ding_forms
Here's the caveat. Step 5 of the Add Form process is a time saving device designed for HTML forms only. What it does it parse your form HTML content and figure out what fields are textboxes, textareas, radio buttons and so on. In your case, that step won't work: you'll need to skip it and just configure them later on. It's a bit of a pain, since if you have a big form you'd need to configure each and every field. Generally this doesn't take very long, but I thought I should mention it!
Hope this info helps - do let me know if you have any other questions1
- Ben
Interesting! I haven't played around with PDF forms much, but yes, you can configure them to submit them to Form Tools- with one small(ish) caveat.
So PDF-configuration-wise, all you need to to is configure your PDF form to send the data via HTTP post. From what I've read, I'm pretty sure it's just a question of choosing that option in the Adobe UI.
Then, you'd go through the standard Add External form process for a POST form, described here:
http://docs.formtools.org/userdoc2_1/ind...ding_forms
Here's the caveat. Step 5 of the Add Form process is a time saving device designed for HTML forms only. What it does it parse your form HTML content and figure out what fields are textboxes, textareas, radio buttons and so on. In your case, that step won't work: you'll need to skip it and just configure them later on. It's a bit of a pain, since if you have a big form you'd need to configure each and every field. Generally this doesn't take very long, but I thought I should mention it!
Hope this info helps - do let me know if you have any other questions1
- Ben