Copy link to clipboard
Copied
I'm looking for a more straightforward method for implementing the submit button in PDF forms. The current process is confusing and involves multiple steps, which can be challenging for the average user. Specifically, users find it difficult to navigate through the various Acrobat steps required to attach and send the file.
Additionally, the form needs to ensure all required fields are filled before submission. Is there a way to streamline this process, possibly by having the user sign the form to make the fields read-only but not flattening them, because I have to use the filds to do some calcualitions later.
Could anyone suggest a more user-friendly approach or any tools and techniques that can simplify this process?
Thank you for your assistance!
Copy link to clipboard
Copied
Do you have access to a web-server?
Copy link to clipboard
Copied
There is a website, but I'm not sure which information I have to use to upload the form to the website.
Copy link to clipboard
Copied
I think that what Try67 is getting at is that it is much easier and straight forward for the user to submit to a server than to email. But to do this you would need to place a script on the server to process the submit. It's actually quite simple to use the server to forward the submited data as an email.
Copy link to clipboard
Copied
Thanks @Thom Parker , @try67
I don't have any experience with web servers or adding scripts to them. Some of my clients have websites but are also unsure about these processes. I'm trying to make the PDF form easier for both of us. It would be great to learn more about this. If you have an article or resource on the topic, could you please send me the link? I'd love to learn more about what I need to do with the server and the script I need to write in the PDF form. Thank you!
Copy link to clipboard
Copied
Unfortunately I don't have any material on this topic. Server scripts are a bit outside Acrobat Programming. However, there is a fairly simple PHP script that can be used to forward submission data as an email. But is has some requirements and details that make it less than trivial to setup and get working.
Contact me through www.pdfscripting.com if you are interested in a solution.
Copy link to clipboard
Copied
@Thom Parker Will do soon,
Thank you