Re: Dynamic Form Builder

  •  02-21-2005, 12:30 PM

    Re: Dynamic Form Builder

    Adam,

     

    Is there any chance you could provide some support now ? - I need to know whether to purchase your product or not ?

    After dragging form controls on to the editor such as
    I want to check and save the values  - but I cannot seem to inspect the controls collection


    --- code snip ---

    If

    Request.Form.HasKeys Then

     

    ForEach element AsStringIn Request.Form

    formElement.Text += (element & ": " & Request.Form(element) & "<br>")

    Next

     

    EndIf

     

    PlaceHolder1.Controls.Add(formElement)

View Complete Thread