Jump to content

Dreamweaver form Help


hoponhiggo

Recommended Posts

Hi Guys

 

Sorry if this question is not appropriate for this section but i have found these forums to be a great help recently.

 

Im looking to create a form in Dreamweaver which will contain 2 fields.

 

The first field should be a drop down menu and let me select  record from a database (gameid)

 

The second field should be a varchar field where i can add a comment to the existing record

 

Can anybody help me with this?

Link to comment
Share on other sites

  • 3 weeks later...

ok, well what you need to do is this:

 

1. create a form (I'm sure you can figure out how to do this simply by googling it)

2. create a combo box (dropdown menu)

3. create the text field

4. create the submit button

 

once you have this, I'll help you connect the combobox to the database to pull out dynamic content.

 

 

Link to comment
Share on other sites

 

 

Creating a form is easy enough.

 

Creating a dynamic form which selects an existing record and allows a user to update is not.

 

But thank you. Your reference to a search engine was more than helpful

just to take away some confusing. http is stateless. if you want to create a dynamic form (and you already know how to make a stateless form) you require something like php to fetch results from a database and populate the form values. Since you posted this in the html forum, and wasn't able to show any code so far, it's more than likely that you needed help in making a normal form first... Ones you know that you might want to have a look at the database handling tutorial written by Crayon Violent at phpfreaks.com/tutorials

 

after wards it should be a piece of cake to produce this.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.