ahmadG
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
How to display a checkboxes field as a list
Commencé par : ahmadG
in: Toolset Professional Support
Problem: Solution: To display each selected checkbox as a list item, conditional HTML can be used. Here is an example code snippet:
<ul>
[wpv-conditional if="( '[types field='your-field' option='0'][/types]' eq '1' )"]
<li>Option 1</li>
[/wpv-conditional]
[wpv-conditional if="( '[types field='your-field' option='1'][/types]' eq '1' )"]
<li>Option 2</li>
[/wpv-conditional]
[wpv-conditional if="( '[types field='your-field' option='2'][/types]' eq '1' )"]
<li>Option 3</li>
[/wpv-conditional]
</ul>
Replace 'your-field' with the actual field name and option='X' with the corresponding option number. This approach allows each selected option to be displayed as a list item, enabling the use of HTML tags for styling. |
|
2 | 3 | Il y a 2 years | |
|
Form not submitting after adding wp_redirect for admin dashboard
Commencé par : ahmadG in: Toolset Professional Support |
|
2 | 3 | Il y a 2 years, 1 month | |
|
relationship forms not showing in elementor forms widget
Commencé par : ahmadG in: Toolset Professional Support |
|
2 | 5 | Il y a 2 years, 1 month | |
|
The first entry of all search results is the page I'm on.
Commencé par : ahmadG in: Toolset Professional Support |
|
2 | 14 | Il y a 3 years, 1 month |