Skip to main content
Solved

How do I access ticket_list snippet on Portal Home and how do I customize the new_ticket_Form snippet?

  • October 4, 2024
  • 1 reply
  • 65 views

Avinash08127
Community Debut

We want to modify Customer Portal in Freshdesk but when we try to bring the snippet ticket_list on Portal Home page, it gives Liquid error. Adding snippet new_ticket_form works. 

 

Also, how do we customize the new_ticket_Form, we want to change the dropdowns to card view.

Best answer by mahendarsingh

Hi ​@Avinash08127 

Thank you for bringing this up.

To address the Liquid error while adding the ticket_list snippet to the Portal Home page, ensure that there are no script conflicts or incorrect usage of Liquid tags in the customized portal theme. Check under Admin > Portals > Customize > Edit theme > Pages > Layout or specific page (if applicable) for any customization issues. If the error persists and seems specific to the account, it may require troubleshooting with occasional agent access to validate and adjust the code.

To customize the new_ticket_form into a card view for dropdowns:

Navigate to Admin > Portals > Customize > Edit theme.
Modify the CSS or HTML code within the portal theme to transform dropdown elements into card-style selections. For example, you can create stylized card-select components using CSS and JavaScript.
If extensive customization is needed beyond typical settings, you may require assistance from third-party SI partners or developers experienced with Freshdesk portal themes.

Thank you

View original
Did this topic help you find an answer to your question?

1 reply

mahendarsingh
Community Manager
Forum|alt.badge.img+8
  • Community Manager
  • 117 replies
  • Answer
  • March 31, 2025

Hi ​@Avinash08127 

Thank you for bringing this up.

To address the Liquid error while adding the ticket_list snippet to the Portal Home page, ensure that there are no script conflicts or incorrect usage of Liquid tags in the customized portal theme. Check under Admin > Portals > Customize > Edit theme > Pages > Layout or specific page (if applicable) for any customization issues. If the error persists and seems specific to the account, it may require troubleshooting with occasional agent access to validate and adjust the code.

To customize the new_ticket_form into a card view for dropdowns:

Navigate to Admin > Portals > Customize > Edit theme.
Modify the CSS or HTML code within the portal theme to transform dropdown elements into card-style selections. For example, you can create stylized card-select components using CSS and JavaScript.
If extensive customization is needed beyond typical settings, you may require assistance from third-party SI partners or developers experienced with Freshdesk portal themes.

Thank you


Reply