Code help please, don't care what form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jackie10579
    New Member
    • Jan 2010
    • 5

    Code help please, don't care what form

    I am in desperate need of some help to write some code for templates I need for work.

    I want to write a number of different options but I need to know how to do a basic code and have fields come up based on answers from the previous question. Something kind of like this...

    Select Letter (then have the different letter options and depending on the one thats chosen the first question would come up) Amount (text box to answer and wouldnt need to be answer based, only the fields I would have as check boxes wouldbe answer based) Installments ()1 ()2 ()3 (say if the person chose 1 it would go on to a different field and then if they chose 2 or 3 it would ad an extra step they would have to answer for how much the installments would be if it were more than one)

    Then rather than submitting the form and having it sent to an email all I need is it to generate a regular html plain old page with the question listed and then whatever was typed or selected for an answer showing as the result that can just be copied and pasted into a lot on the account for record keeping.

    This will save my co-workers huge headaches and save us lots of time to get more work done. If anyone can help me with this I will be forever greatful. I would even be willing to pay a "small" fee for someone to help me, I'm desperate!!!!!!
  • dgreenhouse
    Recognized Expert Contributor
    • May 2008
    • 250

    #2
    Could you give a little better description of what you want?

    What is the actual goal of the application?

    Is this a "kind of" survey questionnaire?

    Is it a general form to process a business work flow requirement?

    e.g.
    1- System displays base form with selections A, B, C, etc. (or does letter mean an actual letter type [i.e. template]?

    2- User Selects a letter
    2a- Selects A
    2b- Selects B
    2c- Selects (etc.)

    3- System responds to user selection
    3a- Response to letter A
    3b- Response to letter B
    3c- Response to letter (etc.)

    4-X Additional display/request/responses
    ...

    Y- Process user selections/submitted values

    Z- Output results

    Comment

    Working...