Jump to content

Form Modification Help Please.


byronwells

Recommended Posts

Alright guys

 

I am using a membership script to run my membership site, please check here http://www.digitalresellersvault.com/marketplace.php?

 

Within the admin I have attempted to change two html pages, one called add product, and the other edit product .. The reason that I have edited them is because I would like to be able to choose more than one category to put the product under...

 

The category section is using a drop down menu box to display the categories, which its get from a database.

 

Here is the code that I have changed:


<select name="category" class="inputbox" id="category" multiple>
<option value=0>Select</option>




{{category}}
</select>

 

But for some reason  only one category is still stored for each product..

 

Can some one help please?

 

Link to comment
https://forums.phpfreaks.com/topic/188047-form-modification-help-please/
Share on other sites

That code you are showing is specific to the script you are using. You would at the very least have to tell us what script it is, and hope that someone here has experience with that script.

 

You are much more likely to get help by going to the source of the script itself, particularly if they have some kind of community supporting them.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.