Hi all,
I need users (students filling out forms) to fill out a form created in livecycle.
I need them to press a button and submit the form to my department. Email submit will not work because students use various webmail accounts not outlook etc. After the form is recieved from the student it must be signed digitally by staff members across campus. I assume I should be able to use email attachments or distribute of some sort to do this.
What I need to know is:
How can I recieve the filled out form(without signatures) from the students without using email submit?
Once I recieve this.. will I be able to send out copies of the filled form to recieve signatures and have them compiled on one form in the end to store the pdf for documentation.
Hopefully this makes some sort of sense. I am trying to create fillable forms for the college of graduate studies at Georgia Southern University. I chose livecycle for its ability to handle signatures.
Any help would be GREATLY apreciated.
Thanks
my workaround was to submit the page to an asp page that parses the form collection. from that process page, an asp script emails me with the pdf form information embedded in the email.
also, i reply back to joe via the script and ask him to send me the completed pdf.
it's not the most direct way to process a form, but it's a decent workaround. if you're interested, i can help out with the code if you like.