Survey forms

I want to send a survey form to a list of people, have them enter their responses on the form and send it back to me.
the responses will include some yes or no responses, and some narrative comments.
I think that this is a simple process,but i have no idea about how to make it work.

Well, you've come to the right place!
I suggest starting here, it gives some pretty good info on the ins and outs of the product: http://forums.adobe.com/docs/DOC-2731http://
Then, sign up for the free version to play with it a bit and see if it meets your needs.
Hope that helps,
Brian

Similar Messages

  • Survey Form Problem

    I have a survey form whose results post back to a .CSV form.
    My problem is that if someone does not answer all of the questions
    (and none are mandatory), the answers end up in the wrong columns.
    Questions are answered such as:
    <input type="radio" name="RadioGroup1" value="5">5
    <input type="radio" name="RadioGroup1" value="4">4
    <input type="radio" name="RadioGroup1" value="3">3
    <input type="radio" name="RadioGroup1" value="2">2
    <input type="radio" name="RadioGroup1" value="1">1
    <input type="radio" name="RadioGroup1" value="na">na
    Also on the form are checkboxes and a text field. What do I
    need to add that will report a blank answer if a radio or checkbox
    is not answered? If it helps, following is the code for the form
    that processes the answers:
    Dim datafile, redirectpage
    datafile=Request.Form("filesave")
    redirectpage=Request.Form("redirpage")
    Dim fso, f
    Set fso=Server.CreateObject("Scripting.FileSystemObject")
    Set f=fso.OpenTextFile(Server.MapPath ("myfile.csv"), 8,
    True)
    f.WriteBlankLines(1)
    f.WriteLine "Date : " & CStr(Date)
    For Each field in Request.Form
    If field<>"filesave" And field<>"redirpage" Then
    f.WriteLine field & " : " & Request.Form(field)
    End If
    Next
    f.WriteBlankLines(1)
    f.Close
    Set f=Nothing
    Set fso=Nothing
    Response.Redirect "thankyou.asp"
    Thanks in advance for your help on this!

    bake01 wrote:
    > I have a survey form whose results post back to a .CSV
    form. My problem is
    > that if someone does not answer all of the questions
    (and none are mandatory),
    > the answers end up in the wrong columns.
    Your problem is due to the way radio buttons and checkboxes
    work. If
    nothing is selected in a radio button group or a checkbox is
    left
    unselected, it doesn't appear in the form data. So, if the
    user selects
    nothing in RadioGroup1, RadioGroup1 doesn't have a blank
    value, nothing
    is passed to your script.
    One approach with radio buttons is to set "No answer" as the
    default by
    inserting checked="checked" in the <input> tag. That
    way, you will
    always get a value from a radio button group: the default "no
    answer" or
    whatever the user selects.
    You can't do that with checkboxes. Basically, you need to
    check your
    form data array to find if there's a value for each checkbox.
    If any
    checkbox is missing, you need to insert a "no answer" value
    in the array
    at the appropriate point. I could write a script to do this
    in PHP, but
    not VB Script. In pseudocode, it would go something like
    this:
    if (length of form array is not equal to maximum possible
    answers) {
    if (checkbox A not in form array) {
    insert '' in array at appropriate position
    if (checkbox B not in form array) {
    insert '' in array at appropriate position
    process form data as before
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Survey Form Porlet not show

    Hello,
    I am trying to publish a survey in Oracle Portal (Version 10.1.4). After a bit of Research I added the Survery Creator Portlet to a Portlets Region of a Page, and designed the Survey. This wasn't a problem.
    Afterwards, I added Survey form portlet in a Page, also in a Portlet region. In Gaphical view, the Survey was show correctly, and I could navigate the wizard to complete the Survey.
    But when I go to the Page Preview the Survey is not shown, it's not visible. (Also when a client navigate through it, the survey is not visible)
    I checked all the objects that can change the viewing permissions, Page Groups, Templates, Pages, Providers, etc... but all seems to be correctly set. I searched through this forum for a similar problem didn't find any workaround.
    Can anybody put some light on this?
    Thanks in advance
    Regards NaN
    Edited by: user13024209 on 18-ago-2011 8:27

    Hi,
    You might want to verify if this only happens with the survey portlet. For example, try to add a different portlet to the page (like a html portlet or form portlet), and then view the page and verify that the portlet is displayed. If other Portlets are also not displayed, you may have a caching or invalidation issue.

  • Can the 1-5 numbering system in the survey forms add up column results automatically in form central

    Can anyone help me and say whether  the 1-5 numbering system in the survey forms can add up column results automatically and show totals  in form central

    > The message in the event log states to enable "Enable Journal Wrap
    > Automatic Restore" but I found a KB article that says to use the
    > BurFlags key instead.
    http://support.microsoft.com/kb/290762
    >
    > Should I run an authoritative restore since I don't have another domain
    > controller with a good SYSVOL?
    The automatic restore process AFAIK will initiate a D2 restore. And if
    there's no other DC, sysvol might be gone.
    I really would prefer to have control - this means I would do a D4.
    Absolutely I would :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Survey Form at item level is not visible

    Hi Experts,
    I have created two survey forms for lead. I want different survey form based upon item category.
    But, In my Lead transaction NO survey form is visible at item level. its visible at header level only.
    I want it at item level.
    Please help.
    Regards,
    Ankush

    Have you got solution for your question

  • About SRM web survey form submit

    Hi, Expert
         I meet a requirtment, and I need to collect the questions from the third part web, then I need to submit the survey with ABAP code, could you give me some useful help? and I am using SRM7.0 .
        I found the class method 'On_input_processing', but I don't know how to use it and if it is useful.
    thanks.

    Hi Palaniappan
    Thanks for your reply.
    Now my old flow is: 1. The supplier fill his info by SUS(It is developed by BSP), then the system automaticlly send a mail(The mail contain a URL that lead the user to the survey form).
                                    2. After the supplier receive the mail, and click the URL to open the survey form, when he fill all needed fields, then he click the button "SUBMIT".
    my new new flow is 1. The supplier fill his info( include the survey info) in the third part web page and save the data.
                                     2. when he click "SAVE", my interface need to create a vendor with "ROS_BUPA_CREATE_PROSP".
                                     3. when I get the vendor's GUID, I need to submit the survey data.
    My question is how to submit the survey data with ABAP code without web form environment.
    Could you give me some suggestions or example!
    Thanks.

  • Survey Form

    I am trying to create a survey form where respondents rate individual factors based on their likelihood, impact, and effectiveness.  I need to be able to track the responses based on each factor.
    For example:
    Factor
    Likelihood
    Impact
    Effectiveness
    Factor 1
    Dropdown Selection for Rating
    Dropdown Selection for Rating
    Dropdown Selection for Rating
    Factor 2
    Dropdown Selection for Rating
    Dropdown Selection for Rating
    Dropdown Selection for Rating
    Is this possible?  If so, how do I create it?

    Hai are you trying any test kind from flat file source .Just get the business requirement based on your survey make it in a CSV file format as per the structure desired and then load into your survey cube.
    If from r/3 see if any standard datasources available or else get it done with ztables and then generic extraction using tables.
    Goodday.

  • Automating Survey form results to email. Thanks!

    Hi all
    I am currently doing a survey form which will automatically send the results to a specific email on the key of the submit button. I have tried writing out to a text file before but not to an email. Can anyone please help? Thanks a lot.

    Hi all
    I am currently doing a survey form which will
    automatically send the results to a specific email on
    the key of the submit button. I have tried writing out
    to a text file before but not to an email. Can anyone
    please help? Thanks a lot.I havent tested the following code and its just to give you a brief idea as how to go. Please take it only as a guideline and look at the java mail API specially
    javax.mail.internet.MimeMessage
    public String mailIt
       (java.lang.String from,
       java.lang.String to,
       java.lang.String subject,
       java.lang.String textmessage)
       String status = "Your message was sent";
       try {
       //Obtain the initial JNDI context
       InitialContext ctx = new InitialContext();
       //Perform a JNDI lookup to obtain the resource
       //reference object
       Session session = (Session) ctx.lookup("java:comp/env/mail/mymailserver");
       //Construct the message
       MimeMessage message = new MimeMessage(session);
       //Set the from address
       Address[] fromAddress = InternetAddress.parse(from);
       message.addFrom(fromAddress);
       //Set the to address
       Address[] toAddress = InternetAddress.parse(to);
       message.setRecipients(Message.RecipientType.TO,toAddress);
       //Set the subject and text
       message.setSubject(subject);
       message.setText(textmessage);
       //Send the message
       Transport.send(message);
       } catch(AddressException e) {
         status = "There was an error parsing the addresses"+e;
       } catch(SendFailedException e) {
         status = "There was an error sending the message"+e;
       } catch (MessagingException e) {
         status = "There was an unexpected error"+e;
       } catch (NamingException e) {
         status = "The mail session could not be created.";
      System.out.println("The status is:"+ status);
      return status;
    }

  • How do I modify a survey form?

    I am trying to get my company to adopt Sharepoint in a more widespread fashion, and I was finally able to get the HR department to start using it.  One of the first things they decided to do was to set up an exit interview survey form.  Unfortunately after a big process for determining what questions would go on it, and getting it set up and ready, they have decided it's 'ugly'.
    They want me to change the spacing in questions where there are multiple lines of text on "choice" type questions (with the 1 to 5 radio buttons).  I will be the first to admit that they are not the easiest to read.  They also want me to change that stupid "Specify your own value" to something else. 
    When I am in SPD I have tried opening all of the aspx pages in the lists folder, but none of them display anything that looks even vaguely like my survey form. 
    After spending the last hour googling this issue, I have come to the conclusion that no one knows how to do either one of these.  I am hoping that I missed something obvious, and that someone here will point out the error of my ways.
    Thanks in advance for any help.
    Ted

    Hi,
    I think you can create a new page in SharePoint Designer, and then insert a custom list form on to the page. In your case, in the “List or document library to use for form” list, you should choose the survey you want; in the “Type of form to create” list, choose “New item form”.
    After you create a custom list form, you can use the WYSIWYG tools in Office SharePoint Designer 2007 to add or remove columns, change font formatting, or apply colors.
    For more information about creating a custom list form, please refer to: http://office.microsoft.com/en-us/sharepointdesigner/HA101191111033.aspx
    Xue-Mei Chang

  • Ideas for Surveys/forms Master file creation

    Hello,
    My goal is to create a form that I can use to enter answers from a survey into one master list.
    I already know how to create a form and distribute it, and have it returned and entered into a master list.  However, I want to create a form that only I will use to enter responses from a physical paper form.
    However, I want to create a PDF that I will print off and distribute physically.  The physical forms will return to me, and then I will be the one that will type these responses.  I would like to type them into the original PDF and "Submit" them to one master list; however, I can't figure out how to do this without distributing the form.
    I tried playing with buttons, and saw that I can submit forms, but I couldn't figure out what URL to type in.  I tried using a destination file, but I'm not doing it correctly.
    Does anyone have any ideas on how to make this work?  Should I be using a different method, or program all together?
    Thanks for any help you can provide.

    The submit URL is to a web page that has script to parse the data an provide further processing. You will have to write the script for the web page processing. Depending upon the version of Acrobat, you can either use ADBC from Acrobat to populate a database or create the form in LiveCycle Designer and create a data connection to a database.

  • Adobe Survey Forms?

    Can I manually input survey data from hardcopy PDF's into Adobe survey software?

    I'm assuming when you say "Adobe survey software" you are talking about FormsCentral.
    You can manually add rows to the response table and input the hard copy data.
    Randy

  • How to create survey form that is static?

    Hello,
    I have a 5 question form I created. I'm using drop down boxes with a Likert Effectiveness scale from 1-5. I'd like to add a "Total Effectiveness" field to the bottom and calculate this based on the drop down box selections. How can I do this? Also - can I save such a form as "static" or must it be "dynamic"?
    Thanks!

    Hi,
    Unfortunately, this functionality is not available with Adobe FormsCentral.
    You may post your ideas/suggestions at- FormsCentral Ideas.
    Regards,
    Nakul

  • Is it possible to individually identify a response to a Forms central survey?

    I am suggesting affixing a predetermined code (6 digit) to each response, which is exportable to an excel spreadsheet.
    This is for the purposes of tracking who has responded without using any other cumbersome method.

    Hi Randy,
    Thank you for your prompt reply, and your acknowledgement raises another issue:
    If all form surveys administered through FormsCentral are just anonymously ‘sent to’ and ‘received from’
    respondents (except for email acknowledgements) then may I request an enhancement to the service,
    which simply attaches a unique code(apart from date & time) to the response set each time a new respondent
    submits a survey form.
    This same code could also be attached to email acknowledgements sent back to forms central. This way at least
    individual response sets can be linked to an email address. This requirement is fundamental to proper administration
    of large surveys. Thanks Andrew Corbett

  • Can we see survey/Questionnaire form in IC webclient ?

    Hi experts,
    I am not able to see Survey form in CRM IC webclient. however its visible in GUI for the same transaction.
    I want to create a Survey form for a complaint transaction.
    1. Can we see survey/Questionnaire form in IC webclient ? if yes where ?
    2. Is there any customization needed to bring the survey TAB ?
    Regards,
    Ankush

    HI Saumya,
    We are also having a similar requirement to have a survey questionnaire in the sales order screen of IC Web UI.
    As of now i created link and its opening a screen.
    In that screen I need to have some questionnaires with yes or no answers and i should be able to save it.
    Any suggestions to help this requirement will be highly appreciated.
    Regards,
    Sijo.

  • Creating a Survey - Novice Javascript Question

    Hello,
    I am extrememely new to Javascript.  I have been doing some research online and copy/pasting code to create the results I need.  I am trying to create an online survey in Dreamweaver in which users select buttons to answer questions and then the total results appear at the bottom of the survey.  So far this is what I have:
    http://sicolaconsulting.com/SurveyTest4.php
    The problem I have with this is that on each line, a user can select more than one box.  I don't want this so I thought radio buttons would be better.  I then came up with this:
    http://sicolaconsulting.com/SurveyTest3.php
    The problem with this is that with the function I am using, I can only get it to display the value of the first line.  I need it to calculate the sum of all the lines.
    Can you help me revise the script I have to get my desired result.
    Here is my code for the first page, followed by the code for the second page.  THANK YOU!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <title>Survey</title>
    <style type="text/css">
    body,td,th {
              font-family: Tahoma, Geneva, sans-serif;
    </style>
    <link href="stylesheets/SCG_Styles.css" rel="stylesheet" type="text/css" />
    <title>Survey</title>
    <script type="text/javascript">
              function TotalPart1A() {
                        document.survey.Total1A.value = '';
                        var sum = 0;
                        for (i=0;i<document.survey.Part1A.length;i++) {
                          if (document.survey.Part1A[i].checked) {
                                    sum = sum + parseInt(document.survey.Part1A[i].value);
                        document.survey.Total1A.value = sum;
    </script>
    <link href="stylesheets/SCG_Styles.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper"><br />
      <div id="survey-header"><strong>Purpose:</strong><br />
        The Learning Style Survey assesses your general approach to learning. <br />
        It does not predict your behavior, but it is a clear indication of your overall style preferences.<br />
        <br />
        <strong>Instructions:</strong><br />
        For each item circle the response that represents your approach. Complete all items. <br />
        There are eleven major activities representing twelve different aspects of your learning style. <br />
        When you read the statements, try to think about what you generally do when learning. <br />
        <br />
        <strong>Time:</strong><br />
        It takes about 30 minutes to complete the survey. Do not spend too much time on any item. Indicate your immediate response (or feeling) and move on to the next item. <br />
        <br />
        <strong>For each item, enter your immediate response:<br />
          0 = Never  1 = Rarely  2 = Sometimes  3 = Often  4 = Always</strong><br />
      </div>
              <div id="survey">
    <form name="survey">
              <div id="survey-section1">
                    <table class="survey-table" cellspacing="0" width="812">
                      <tr>
                        <td height="24" colspan="2" align="left" bgcolor="#CCCCCC"><strong>Part 1: How I Use My Physical Senses</strong></td>
                        <td height="24" align="center" bgcolor="#CCCCCC"><strong>1</strong></td>
                        <td height="24" align="center" bgcolor="#CCCCCC"><strong>2</strong></td>
                        <td height="24" align="center" bgcolor="#CCCCCC"><strong>3</strong></td>
                        <td height="24" align="center" bgcolor="#CCCCCC"><strong>4</strong></td>
                        </tr>
                      <tr>
                        <td width="31" height="27">1</td>
                        <td width="515" align="left">I remember something better if I write it down.</td>
                        <td width="60"><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td width="60"><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td width="60"><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td width="60"><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td width="31" bgcolor="#EAEAEA">2</td>
                        <td height="27" align="left" bgcolor="#EAEAEA"> I take detailed notes during lectures.</td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td>3</td>
                        <td height="27" align="left">When I listen, I visualize pictures, numbers, or words in my head.</td>
                        <td><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td bgcolor="#EAEAEA">4</td>
                        <td height="27" align="left" bgcolor="#EAEAEA"> I prefer to learn with TV or video rather than other media. </td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td>5</td>
                        <td height="27" align="left"> I use color coding to help me as I learn to work.</td>
                        <td><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td bgcolor="#EAEAEA">6</td>
                        <td height="27" align="left" bgcolor="#EAEAEA"> I need written directions for tasks.</td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td>7</td>
                        <td height="27" align="left"> I have to look at people to understand what they say.</td>
                        <td><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td bgcolor="#EAEAEA">8</td>
                        <td height="27" align="left" bgcolor="#EAEAEA">I understand lecturers better when they write on the board.</td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td>9</td>
                        <td height="27" align="left">Charts, diagrams, and maps help me understand what someone says. </td>
                        <td><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td bgcolor="#EAEAEA">10</td>
                        <td height="27" align="left" bgcolor="#EAEAEA">I remember people’s faces, but not their names. </td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="1" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="2" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="3" onchange="TotalPart1A()"/></td>
                        <td bgcolor="#EAEAEA"><input type="checkbox" name="Part1A" value="4" onchange="TotalPart1A()"/></td>
                        </tr>
                      <tr>
                        <td> </td>
                        <td height="27" align="right">A TOTAL: </td>
                        <td colspan="2"><input type="text" size="10" name="Total1A" value="0"/></td>
                        <td align="right"> </td>
                        <td> </td>
                        </tr>
                      <tr>
                        <td> </td>
                        <td height="27" align="right"> </td>
                        <td> </td>
                        <td> </td>
                        <td align="right"> </td>
                        <td> </td>
                        </tr>
                      </table>
    </form>
                </div>
              </div>
        </body>
        </html>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <title>Survey</title>
    <style type="text/css">
    body,td,th {
              font-family: Tahoma, Geneva, sans-serif;
    </style>
    <link href="stylesheets/SCG_Styles.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
              function TotalPart1A() {
                        document.survey.Total1A.value = '';
                        var sum = 0;
                        for (i=0;i<document.survey.radiogroup1A.length;i++) {
                          if (document.survey.radiogroup1A[i].checked) {
                                    sum = sum + parseInt(document.survey.radiogroup1A[i].value);
                        document.survey.Total1A.value = sum;
    </script>
    <link href="stylesheets/SCG_Styles.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper"><br />
      <div id="survey-header"><strong>Purpose:</strong><br />
        The Learning Style Survey assesses your general approach to learning. <br />
        It does not predict your behavior, but it is a clear indication of your overall style preferences.<br />
        <br />
        <strong>Instructions:</strong><br />
        For each item circle the response that represents your approach. Complete all items. <br />
        There are eleven major activities representing twelve different aspects of your learning style. <br />
        When you read the statements, try to think about what you generally do when learning. <br />
        <br />
        <strong>Time:</strong><br />
        It takes about 30 minutes to complete the survey. Do not spend too much time on any item. Indicate your immediate response (or feeling) and move on to the next item. <br />
        <br />
        <strong>For each item, enter your immediate response:<br />
          0 = Never  1 = Rarely  2 = Sometimes  3 = Often  4 = Always</strong><br />
      </div>
      <div id="survey">
        <form name="survey" id="survey">
          <div id="survey-section1">
          <table class="survey-table" cellspacing="0" width="812">
            <tr>
              <td height="24" colspan="2" align="left" bgcolor="#CCCCCC"><strong>Part 1: How I Use My Physical Senses</strong></td>
              <td height="24" align="center" bgcolor="#CCCCCC"><strong>1</strong></td>
              <td height="24" align="center" bgcolor="#CCCCCC"><strong>2</strong></td>
              <td height="24" align="center" bgcolor="#CCCCCC"><strong>3</strong></td>
              <td height="24" align="center" bgcolor="#CCCCCC"><strong>4</strong></td>
            </tr>
            <tr>
              <td width="31" height="27">1</td>
              <td width="515" align="left">I remember something better if I write it down.</td>
              <td width="60"><input type="radio" name="radiogroup1A" value="1" onchange="TotalPart1A()"/></td>
              <td width="60"><input type="radio" name="radiogroup1A" value="2" onchange="TotalPart1A()"/></td>
              <td width="60"><input type="radio" name="radiogroup1A" value="3" onchange="TotalPart1A()"/></td>
              <td width="60"><input type="radio" name="radiogroup1A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td width="31" bgcolor="#EAEAEA">2</td>
              <td height="27" align="left" bgcolor="#EAEAEA"> I take detailed notes during lectures.</td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup2A" value="1" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup2A" value="2" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup2A" value="3" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup2A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td>3</td>
              <td height="27" align="left">When I listen, I visualize pictures, numbers, or words in my head.</td>
              <td><input type="radio" name="radiogroup3A" value="1" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup3A" value="2" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup3A" value="3" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup3A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td bgcolor="#EAEAEA">4</td>
              <td height="27" align="left" bgcolor="#EAEAEA"> I prefer to learn with TV or video rather than other media. </td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup4A" value="1" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup4A" value="2" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup4A" value="3" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup4A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td>5</td>
              <td height="27" align="left"> I use color coding to help me as I learn to work.</td>
              <td><input type="radio" name="radiogroup5A" value="1" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup5A" value="2" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup5A" value="3" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup5A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td bgcolor="#EAEAEA">6</td>
              <td height="27" align="left" bgcolor="#EAEAEA"> I need written directions for tasks.</td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup6A" value="1" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup6A" value="2" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup6A" value="3" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup6A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td>7</td>
              <td height="27" align="left"> I have to look at people to understand what they say.</td>
              <td><input type="radio" name="radiogroup7A" value="1" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup7A" value="2" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup7A" value="3" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup7A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td bgcolor="#EAEAEA">8</td>
              <td height="27" align="left" bgcolor="#EAEAEA">I understand lecturers better when they write on the board.</td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup8A" value="1" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup8A" value="2" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup8A" value="3" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup8A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td>9</td>
              <td height="27" align="left">Charts, diagrams, and maps help me understand what someone says. </td>
              <td><input type="radio" name="radiogroup9A" value="1" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup9A" value="2" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup9A" value="3" onchange="TotalPart1A()"/></td>
              <td><input type="radio" name="radiogroup9A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td bgcolor="#EAEAEA">10</td>
              <td height="27" align="left" bgcolor="#EAEAEA">I remember people’s faces, but not their names. </td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup10A" value="1" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup10A" value="2" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup10A" value="3" onchange="TotalPart1A()"/></td>
              <td bgcolor="#EAEAEA"><input type="radio" name="radiogroup10A" value="4" onchange="TotalPart1A()"/></td>
            </tr>
            <tr>
              <td> </td>
              <td height="27" align="right">A TOTAL: </td>
              <td colspan="2"><input type="text" size="10" name="Total1A" value="0"/></td>
              <td align="right"> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td height="27" align="right"> </td>
              <td> </td>
              <td> </td>
              <td align="right"> </td>
              <td> </td>
            </tr>
          </table>
        </form>
      </div>
    </div>
    </body>
    </html>

    Hi Nancy,
    I've been away from this for a while and have picked it back up.  I tried your suggested code and I'm having problems getting it to work.  I created a file using the code you supplied for the survey here:
    view-source:http://www.littlechisel.com/clients/GreenSurvey/GreenSurvey.html
    It doesn't work so I know I'm missing something.  If you could advise me on this, it would be great.  Thanks! Here is the code as I have it:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <script type="text/javascript">
    function calcscore() {
        var score = 0;
        $(".calc:checked").each(function() {
            score += parseInt($(this).val(), 10);
        $("input[name=sum]").val(score)
    $().ready(function() {
        $(".calc").change(function() {
            calcscore()
    </script>
    <link href="stylesheets/Survey.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <h1>jQuery Sum of Radio Fields</h1>
    <form action="">
    <h2>HOW GREEN ARE YOU?</h2>
    <p><strong>I walk/bicycle  to work/school. </strong><br>
    Yes
    <input class="calc" type="radio" name="radio1" value="10">
    No
    <input class="calc" type="radio" name="radio1" value="0">
    Sometimes
    <input class="calc" type="radio" name="radio1" value="5"></p>
    <p><strong>I buy  locally grown food. </strong><br>
    Yes
    <input class="calc" type="radio" name="radio2" value="10">
    No
    <input class="calc" type="radio" name="radio2" value="0">
    Sometimes
    <input class="calc" type="radio" name="radio2" value="5"></p>
    <p><strong>I recycle. </strong><br>
    Yes
    <input class="calc" type="radio" name="radio3" value="10">
    No
    <input class="calc" type="radio" name="radio3" value="0">
    Sometimes
    <input class="calc" type="radio" name="radio3" value="5"></p>
    <p><strong>I compost. </strong><br>
    Yes
    <input class="calc" type="radio" name="radio4" value="10">
    No
    <input class="calc" type="radio" name="radio4" value="0">
    Sometimes
    <input class="calc" type="radio" name="radio4" value="5"></p>
    <p>Total Green Score:
    <input type="text" name="sum">
    </p>
    </form>
    </body>
    </html>

Maybe you are looking for

  • Read filenames from jar-file

    Hi, I want to read image names in a jar-file directory in a web start application. This used to work in previous versions of jdk, but when I use jdk 1.6.0_20 I get this errormessage: "http:\server:8080\test\client.jar The filename, directory name, or

  • ADF UIX Role Based Access Control Implementation

    Hi, Can anybody suggest a detailed example or tutorials of how to implement a role based access control for my ADF UIX application. The application users can be dymanically added to specific roles (admin, Secretary, Guest). Based on the roles, they s

  • ResourceBundle and beans

    I wanted to use ResourceBundle bundle = ResourceBundle.getBundle("SelectResource"); in my code. I don't understand how it will know where to look to find the SelectResource.properties file though. How do you use ResourceBundle in a bean on a jsp tomc

  • A question about Physical Standby

    Hello everybody, this is my environment: Primary Database: RAC nodes, Oracle 11.1.0.7, SLES 10 Standby Database: Single Instance, 11.1.0.7, SLES 10 Protection Mode: Max. Performance Standby database is open with real time apply, 'cause, it is used by

  • Represent polygons in Power View Maps

    Hi. Is there any way to represent polygons in a Power view map?  This in order to relate the map with the oders reports in Power view. I have the spatial database with the polygons in SQL Server 2012. Thank's very much.