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!!!!!!
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    what have you done so far? best would be to have a starting form or something like this from where we could go further ...

    basicly you might use dom methods like createElement() to add nodes dynamically or use innerHTML for that purpose ... so that you just have initial containers and add some more nodes to them based on the users actions ...

    kind regards

    Comment

    Working...