Creating basic forms that can be scored and print out as PDF

I'm looking to hire someone to help me with a project.
Very simple need, but I want it to be clean and work perfectly. Basically I need the user to be able to click check boxs or write information into a form. I want the form to score the check boxes and give a result. The write-ins will just stay. I want that form to them be given to the user as a PFD.
If you know what you're doing and want a job, I will hire you for this. I have several of these items to do. I'm happy to pay you whatever a reasonable fee would be.
If you're interesting, please contact me.
Thank you,
Stephen

Kind of sever... hmmm... I don't know. I use godaddy.com
Does it support PHP and MySql.... hmm... I host through godaddy. I think so
The forms are highly variable. Let's start with this one: clinical criteria for major depressive disorder (as below). I would like the user to be able to click yes/no and for it to keep track.
Criteria for Major Depressive Episode
A. Five (or more) of the following symptoms have been present during the same 2-week period and represent a
change from previous functioning; at least one of the symptoms is either 1) depressed mood or 2) loss of interest
or pleasure (do not include symptoms that are clearly attributable to another medical condition
1. Depressed mood most of the day, nearly every day as indicated by either subjective report (eg, feels sad, empty,
hopeless) or observation made by others (eg, appears tearful)
2. Markedly diminished interest or pleasure in all, or almost all, activities most of the day, nearly every day (as
indicated by either subjective account or observation)
3. Significant weight loss when not dieting or weight gain (eg, a change of more than 5% body weight in a month), or
decrease or increase in appetite nearly every day
4. Insomnia or hypersomnia nearly every day
5. Psychomotor agitation or retardation nearly every day (observable by others, not merely subjective feelings of
restlessness or being slowed down)
6. Fatigue or loss of energy nearly every day
7. Feelings of worthlessness or excessive or inappropriate guilt (which may be delusional) nearly every day (not
merely self-reproach or guilt about being sick)
8. Diminished ability to think or concentrate, or indecisiveness, nearly every day (either by subjective account or as
observed by others)
9. Recurrent thoughts of death (not just fear of dying), recurrent suicidal ideation without a specific plan, or a suicide
attempt or a specific plan for committing suicide
B. The symptoms cause clinically significant distress or impairment in social, occupational, or other important areas
of functioning
C. The episode is not attributable to the physiological effects of a substance or to another medical condition
D. The occurrence of the major depressive episode is not better explained by schizoaffective disorder,
schizophrenia, schizophreniform disorder, delusional disorder, or other specified and unspecified schizophrenia
spectrum and other psychotic disorders.
E. There has never been a manic episode or a hypomanic episode.

Similar Messages

  • Best way to create a form that can be emailed and also secured down.

    Hi,
    I work in a manufacturing company that tests each raw material as it comes in the door. The results from the tests are currently handwritten on a template form that is printed first. The sheets are then sent to another department who types up the results and saves them individually as a Word document. There is a HUGE paper trail and increased margin for error. Not to mention the sheer time!
    I am trying to streamline the process is a little by creating a PDF form in which the results can be entered and the form emailed to the other department. I know how to create the form and add a "submit" button which opens up the Outlook client. However, I want to make sure the form cannot be saved by the lab personnel, instead I want to give them the abilty to enter the data and email.Thisis an interim solution until a proper lab management system can be put into place.
    What is the best practice around something like this? Any other suggestions or tips will be appreciated.
    Thank you.

    Can I somehow collect the data in another software such as Excel?
    I would still need the PDF form completed and emailed over but if I can collect the data externally, that would be nice.

  • How do I convert an e-mail into a Word file that can be edited and printed?

    I received an e-mail from a relative that I want to convert into a Word file that can be edited and printed?

    Go to appleid.apple.com to manage the ID, sign in.  If you are using two-step verification on the ID, select the Name, ID and Email Addresses section, then change the birth date on the bottom right.  If you are using security questions instead of two-step verification, select the Password and Security Question and answer the two security question to access and change the birth date.  At the present time you may not be able to enter the correct birth date, but you should be able to change it to 1/1/2001, which will have child ID status.

  • How do I create a form that can be edited, then mailed, then edited again?

    I am trying to create a form that would be emailed to one person, they would complete part of it, email it on to a second user who would then complete another part based on the input from the first, and then forward it onto a third for their input.
    the issue I have is that once the second person enters their information, they can not save their additions and continue the process.
    any help would be greatly appreciated.

    Interactive forms cannot be saved locally using Reader. To do local save you either have to have Acrobat on each desktop or have the form Reader-extended to enable local save in Reader. A form is Reader-enabled using the LiveCycle Reader Extensions server component.
    Steve

  • How do I create a form that can be filled out, saved with data, and returned?

    We don't want to use EchoSign or any kind of service or account. We just want to send a form to clients via email and have them returned to us with their data. Simple. Intuitive. Requires virtually no explanation or bother. Why can't I find any way to do this in Acrobat any more? Is it hidden, or completely disabled? (Acrobat Pro 10.1.7)

    In Acrobat you can Reader-enable the file. For Acrobat 11, the menu item to do this is: File > Save as Other > Reader Extended PDF > Enable More Tools
    Do this as the last step before you distribute the form. Note that this isn't needed for Reader 11 since it is capable of saving a non-enabled PDF form that was created with Acrobat (as opposed to LiveCycle Designer).

  • Create a form that can be filled out and e-mailed from a browser

    Looking to create a fillable form for my website that can be sent directly from the browser without having to printed out ad mailed. How?
    Thanks

    In Acrobat you can Reader-enable the file. For Acrobat 11, the menu item to do this is: File > Save as Other > Reader Extended PDF > Enable More Tools
    Do this as the last step before you distribute the form. Note that this isn't needed for Reader 11 since it is capable of saving a non-enabled PDF form that was created with Acrobat (as opposed to LiveCycle Designer).

  • Create Livecycle form that can not be overwritten - (template)

    I have forms saved in a central location (folder) on our company network. Is there a way to create a Livecycle form that has Reader extended features enabled and can act as a master template requiring the form to be saved to a different name when saved, protecting the template? (Like a Word .dot)

    Scott (past-tense) has the easy answer.  Of course, it does not stop someone from changing the Read Only setting, unless this is on a server and the security settings are used instead of the file's properties.
    Another possibility COULD be to use the form's preSave event to chack for the file name and change it if the original template is open.  the problem is that this probably requires a client side script file with a function to chang the file name.  I don't think it can be in a script in the file. It may not even be possible at all.  The preSave event occurs before the file is saved, but cannot be used to stop the file from being saved. The idea would be to make sure the template file name is not used when the file is saved.  Not knowing the preSave event too well, though, I cannot say if changing the name would be applied before the save or not.
    The file's top form presave would be something similar to:
    if (event.target.documentFileName == "template.pdf")
                        //Change the file name to be saved.
    See here for some guidance on setting the file name
    : XFA form with button to save file with unique filename
    Karl S

  • Create a form that can either end in "Submit" or "Process Payment" depending on the selected fields

    I have designed a Golf Tournament Registration form that includes a multiple choice field with 4 payment options
    1) Pay Online
    2) Mail a Check
    3) Direct Deposit
    4) Other
    When Option 1 is selected, the form should redirect the registee to the PayPal payments page that has already loaded personal information from the earlier fields
    When Option 2, 3, & 4 are selected, the form should redirect the registee to applicable information about how to proceed
    HOWEVER: the submission button at the bottom of Options 2-4 still reads "Proceed to Payment" which is confusing for golf participants who have elected to mail a check.
    *Is there a way to customize the submission button to elimate this possible confusion?

    So I see that I am not the only one with this question and that part of my question has been answered here: http://forums.adobe.com/message/4399918#4399918#4399918
    HOWEVER: is there no way to change the wording on the PayPal "Proceed to Checkout" button?  I just want it to say "Submit"

  • How to create a form that can auto-populate all fields based on a specific selection?

    We have created a template for each type of package used in our business.  The template is the same but depending on the package selected, the fields would be populated differently.  How can we create a template to load the fields based on the specific package selected?  We use Adobe Acrobat Pro in creating the templates.

    This forum is for the Adobe FormsCentral (http://formscentral.adobe.com) which is a service that allows you to create, collect and analyze data using an online web form. You should ask Acrobat/PDF related form questions in the Acrobat forums:http://forums.adobe.com/community/acrobat/acrobat_windows
    I'll move your post to that forum so you don't need to retype it. They can help you out...
    Randy

  • Creating a hyperlink that can be clicked on the iPhone via pdf

    Yes, that's a mouthful.
    I thought that this would be possible, but maybe it cant.
    Basically I've made a document in Pages that includes a hyperlink (google maps) to driving directions. The idea is that when someone recieves this document on their iphone, they can then scroll to the bottom, click the link, and get to where they're going with ease.
    I save to pdf and the link works on my computer with no problem, but when I email it and view the document on my phone. Nothing. Am I missing a step? Is what I neeed to do not possible?
    TIA

    I could only get a hyperlink to work on my iPhone if I opened the PDF in iBooks. Your recipent will have to have iBooks installed, but it is a free download from the iTunes App Store.

  • A program that reads in secounds, and prints out hours minutes

    Hi, im new to Java and just testing something out. (Sorry for my bad english)
    How do i make a java application where the user input secounds, and the program "transforms" these secounds into hours, minutes and secounds.
    Like this:
    11873
    --> 3 hours, 17 minutes, 53 secounds.
    Anyone got a suggestion with some simple code?(so i can understand it )
    I cant find a way to do it.

    CYKO wrote:
    You're such a dickhead, you know that?
    Rookies don't get very good met here, im off.
    Really hope you sort ou your irl-issues, theres obviously some.Interesting, I've been called that by people that have had a far better idea of what they were talking about than yourself--you see I come from a school of education where the professor told us: After you've thought about it for days, banged your head against the wall and not had any valid results after hours of work, then come to me and I'll give you enough to get started. 54% of the class washed out before the very first test. (Oh, by the way, his great revelation on how to get started was: keep a pencil and paper by you at all times--you may wake up and know the answer: write it down then and there because you will not remember later.)
    I stood in the freshman class at the university I attended for undergrad work as president of our professional organization on campus and told them: "Look to your left. Now look to your right. On an average, if you make it through your chosen field of studies, everyone else in your row will not." It was a sobering fact for them, but they found out later just how true my words were. There were 12 rows--the university graduated 12 of them. That figure held true for my class too.
    So when a student comes in and trys to lay the guilt out on us... just know that we've been through it--where you are--and we are the ones that survived and excelled.
    Man-up and do what needs to be done to compete in school, it doesn't get any easier in the workplace. I'll not go through the details of trudging to class in the snow, not sleeping for 3 days straight to get assignments done, weeks at a time where I could count the number of hours of sleep on my fingers and not repeat any, working 35 hours a week and carrying a full college load, hit the books when all my friends were out partying... just to name a few things. So excuse me (us) if we turn a bit of a blind eye to your "emergency" we had them, we handled them, we made it because we paid the price. If you're not... well, you're not: just don't expect a sympathetic eye from those that took the pounding day after day and made it.

  • Can I view and print out text messages in my phone online?

    This is frustrating..

    Your text message content is not available on-line, only the logs.  You could forward the messages to your e-mail & print from there, but you'll lose the time/date stamp.  There also are apps that will back up texts and forward them to your e-mail.

  • Does anyone know the best way to create a form that you can do a mail merge with?

    I have been asked to create a form that can be used to do a mail merge. At first I thought I could create it in indesign and then pdf the file and do form fields right in the pdf, but I'm not sure if you can do a mail merge with data in an excel file and a pdf file containing form fields.
    The other option I know I could use is a Word file and excel, but I don't think the functionality is as good as in a pdf (like addition of percentages, or error messages, radio buttons, etc.). And I do need to be able to do a mail merge. Anybody have any suggestions?

    There is not built-in feature for this, but it can be done with scripting. The problem is it can be a bit complicated, and it more complicated to decribe in much detail in a forum posting. It involves creating the base form and making the pages templates. You can export from Excel to a tab delimited text file. You can then either programmatically create a template-based FDF that when loaded into Acrobat populates the PDF form, creating as many individual forms as needed, or using JavaScript in Acrobat to read the data file and generate as many individual forms as needed. Both approaches involve a similar amount of programming, but they're quite different.
    You might want to look into this product, which apparently is no longer available but may be come back soon: http://www.debenu.com/products/eol/arts-pdf-variform-lite/

  • I am a 66 year old novice. How can I find and print all the functions of the cmd key, please.

    How can I find and print out all the functions of a command cmd key please?

    You can also  go to MAC HELP and enter 'Key Board Shortcuts' in the entry field.
    Ciao.

  • Is it possible to create a standard form that can be emailed to anyone and once filled out by the receiver, have a button that the receiver clicks and the form is encrypted and attached an email back to the sender and a preset admin password would open it

    Is it possible to create a standard form that can be emailed to anyone and once filled out by the receiver, have a button that the receiver clicks and the form is encrypted and attached to an email back to the sender and a preset admin password would open it?

    Hello Graphicsguy123,
    You would need to first create the form ( or Widget in EchoSign) first to generate a url which you can paste it in the email being sent to customers. You would need to make sure you have a Document Cloud Enterprise Premium account in order to create a Widget. If you don't have the account, you can use the trial version to test it. Here is the link:
    Global Trial Registration | eSign services from Adobe
    -Rijul

Maybe you are looking for

  • Photoshop CS2 and SP2

    Hello! I've been a happy user of Photoshop for a long time, however, after I installed SP2 (WinXP Pro)the problems started. I'm using Wacom Graphire 3, and whenever I try to draw in Photoshop CS2 it freezes. At first it lasts about three seconds, the

  • Stuck with this query

    i have stuck in this query. it is giving compile error that v_customerloop invalid identifier. this does not make sense because if i comment the sql, it runs fine and i can actually see the count in the dbms output. i tried commenting out some of the

  • Servlet Filters : how many times a filter get executed for each reques

    <p>Hello I am fairly new to ServletFilters and I am experiencing a really annoying problem.</p> <p>I have filter that I want to check every request so if the user enters a uri I will check it and forward them somewhere but if I try to set a condition

  • Problem with Transport package in sap portal

    Hi, When basis people are exporting the transport requests from Dev to Q and T Portal Systems, the transport changes are getting successfully applied in Q Portal, but the changes are not getting reflected in T Portal. But they are getting return code

  • Flash Player Vulnerabilities

    I need an official announcement from Adobe that they have all of the vulnerabilites fixed in the Flash Player. I will NOT allow it's use on my credit union's network until I can be assured that all of the past and future vulnerabilites have been fixe