Jump to content

mckinney3

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mckinney3's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have inserted a List/Menu field using DW into a form. I have specified LIST and enabled ALLOW MULTIPLE. The action is to a PHP script resident on a GoDaddy hosting site. The form submits fine and I get the email that I have asked for. I get all the fields but for fields that should be returning multiple inputs such as the List/Menu field, I only get back one of the possible selections. If I use the MENU variation , I get back the correct choice. I am trying to figure out if the problem is DW code working with PHP in general or with GoDaddy's scripts or me. here is a snippet of code with logo being the choice that is intially selected. <td><select name="select" size="3" multiple> <option value="logo" selected>logo</option> <option value="decription">description</option> <option value="feedback">feedback</option> <option value="guestbook">guestbook</option> </select></td>
×
×
  • 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.