10 years ago
1
Topic

Hi,

I have a dropdown selection field in seblod

Example :

<options>1</options>

<options>2</options>

<options>3</options>

Which is the value of field added to a new column at __content table let's call it number column.

What i need here is to add additional query to joomla module (which is using MVC Model, not standart database query).

Query that i need to add is WHERE __content.number = fieldvalue

Hope you guys can help me :)


Get a Book for SEBLOD
10 years ago
0
Level 1

When you set up your simple select field, you can put in option names and values.

optionname=value

Here is an example image.

SEBLOD stores the value in the DB.

Example:

optioname1=1
optionname2=2

Then 1 btw. 2 get stored in the DB.

Get a VIP membership