Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

SQL Listbox

More
1 year 5 months ago #8615 by DJGBN
Replied by DJGBN on topic SQL Listbox
<code> SELECT `XXX_visforms_24` as value, `XXX_visforms_24` as label from #__visforms_F186 ORDER BY `XXX_visforms_24` DESC </code>

Ich hab es mal so Versuch.
Fehler kommt Promt: 42S02, 1146, Table 'XXX.XXX_visforms_F186' doesn't exist

Aber das Feld ist Definitiv da und ich kann es ja mit dem anderen Code auslesen.

More
1 year 5 months ago #8616 by prffrost
Replied by prffrost on topic SQL Listbox
SELECT F122 as value, F122 as label from #__visforms_2 ORDER BY F122 DESC

#__visforms_2 = Tabelle bezw Formular ID
F122 = ist die ID des Feldes
The following user(s) said Thank You: Shaman, Administrator IV

More
1 year 5 months ago #8619 by DJGBN
Replied by DJGBN on topic SQL Listbox
SUPER DANKE. Das hat geklapt. VIELEN DANK
Gruß Marcel

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum