ahmadG
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How to display a checkboxes field as a list
Started by: 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 | 10 months, 1 week ago | |
Form not submitting after adding wp_redirect for admin dashboard
Started by: ahmadG in: Toolset Professional Support |
|
2 | 3 | 11 months ago | |
relationship forms not showing in elementor forms widget
Started by: ahmadG in: Toolset Professional Support |
|
2 | 5 | 11 months, 1 week ago | |
The first entry of all search results is the page I'm on.
Started by: ahmadG in: Toolset Professional Support |
|
2 | 14 | 1 year, 11 months ago |