Hot Software News at Z5software

We deliver breaking news related to Software Development Industry

  • Feb
    3

    Okay. Here’s the deal:

    I have a form page where the user submits information to the server. I’ve built this page to be very dynamic, but to not require the reload of the page as the user progresses through the form options (which are split into different DIV tags so that I can hide certain sections and walk them through step by step). But now I’ve hit a wall. At one point in the form, the user needs to fill in a set of fields. This set of fields is dependent on a choice they made earlier in the form. I need to be able to read the choice they made earlier (which I’m doing with document.getElementById) and then, when they’re finished with the entire form process, submit the values of this ‘unique’ section.

    Read the rest of this entry »

    No Comments