List Manager Forum

URL Link to a contact form

User moon_1320 2013-11-12 16:49:40

Hi,

How to configure to make a column clickable. i.e click on a column value, opens up a contact form and pass the column value as a parameter

I tried html instead of text type but to no avail.

Thanks

LF 1.2.4 / Joomla 2.5.14

Edited by moon_1320 - 12.11.2013 16:56


UPDATE: I was successful to achieve it by using Link to other list, and field to filter.
Q: How to apply CSS to that field, since there is no option for this type.

thanks

Edited by moon_1320 - 12.11.2013 19:48

Moonsoft support 2013-11-13 09:24:47

Hi,
very smart solution, thanks for sharing!. The link type has a couple of classes you can use to style the cell. At the list css:

joomla/modules/mod_listmanager/assets/css/default2.css


You will find

.lmlinklist {
cursor: pointer;
}

class that is specific for link type. Also each column has assigned a class according to its order at the table,

lm_column_0
lm_column_1
lm_column_2

....


these classes don't exist by default at the css, you can create any of them needed for your column/s.


Hope this helps, regards

...
List Manager

Build different lists for your site

Buy now!
...
CalcBuilder

Create dynamic calculators

Buy now!