i have values 1, 2, 3, 4 on my database. I need to compare those values on a dropdown list in my form having the values activity1, activity2, activity3, activity4.
How will i compare the values on my database from the values on my dropdown list? How do i remove the string (activity) when i compare it to the values in my database?
Thanks in advance!