Ricerche recenti


Nessuna ricerca recente

Johnny J's Avatar

Johnny J

Data ingresso 23 set 2022

·

Ultima attività 02 feb 2024

Seguiti

0

Follower

0

Attività totali

32

Voti

8

Abbonamenti

7

PANORAMICA ATTIVITÀ

Ultima attività di Johnny J

Johnny J ha commentato,

Commento nella community Feedback - Ticketing system (Support)

+1 Having this feature would be extremely beneficial, especially when dealing with forms that have numerous fields. Organizing them into sections is a much-needed improvement, and we hope to see this feature implemented soon.

Visualizza commento · Data ultimo post: 02 feb 2024 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

Commento nella community Q&A - Tickets and email

Hello Kuba, thank you for sharing. It worked perfectly for me. I appreciate your assistance:)

I was wondering if it's possible to hide a specific value within a dropdown using a similar approach. For instance, consider dropdown A with two values: value 1 and value 2. Simultaneously, there's another dropdown, let's call it dropdown B, with three values: value x, value y, and value z.

When value 1 is selected from dropdown A, dropdown B should present all three values - x, y, and z. However, when value 2 is chosen, dropdown B should only display two values - y and z. Is this possible?

Visualizza commento · Data ultimo post: 10 nov 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

Commento nella community Q&A - Tickets and email

Hello Kuba, yes, it's great to hear that you've found a workaround. Appreciate your willingness to share this solution. Please do share the details when you have a moment, it could be very helpful for our team. Thank you.

Visualizza commento · Data ultimo post: 30 ott 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

CommentoHow to customize the theme of the help center

Hey Brandon Tidd

Sorry if I wasn't clear earlier. There's a dropdown labeled "A" with values 1, 2, 3, and 4. When users select 1, 2, or 3, we display an additional dropdown called "Request Type." However, when a user selects 4, the additional dropdown (Request Type) remains hidden.

The "Request Type" dropdown is a required field because we need users who choose 1, 2, or 3 to specify a request type when submitting a ticket.

Currently, I can hide the Request Type dropdown for users who select 4. However, when they submit the ticket, they encounter an error message stating that the "Request Type" field cannot be left blank, which inadvertently reveals the hidden field to them.

I hope it is clear now? How can I make the "Request Type" field optional when users select 4, so they don't receive an error message?

Visualizza commento · Data ultimo post: 23 ago 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

CommentoHow to customize the theme of the help center

Hey Brandon Tidd

Thanks for your response.

I'm hiding a required field named "Request type" when users make a selection from a dropdown list. The problem arises when a user accidentally clicks the submit button on the ticket form without filling in this required field. Due to the use of .hide(), the field reappears on the redirected page, prompting the user to select a request type before they can submit the form. How can I configure the field to be optional, but only when users select a specific value from the dropdown?

Thanks

Johnny

Visualizza commento · Data ultimo post: 21 ago 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

CommentoHow to customize the theme of the help center

Hi Brandon Tidd

The user can still see the hidden field when I try the following code, it doesn't seem to work for me. Please, could you help?

 

for (const el of document.getElementById('form').querySelectorAll("[required]")) {
  if (!el.reportValidity()) {
    return;
  }
}

Visualizza commento · Data ultimo post: 14 ago 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

Commento nella community Q&A - Tickets and email

Thank you Arianne Batiles

Hey @Ahmad Zaid, Thank you, I'll have a look at it, but is the group only for developers?

 

Visualizza commento · Data ultimo post: 06 apr 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

Commento nella community Q&A - Tickets and email

Hey Arianne Batiles,

Thanks for your response, I understand that queries about custom coding fall outside of your support's scope.  But, in the past I've seen and had others assist us with the code, so I thought I'd try and see if anyone could assist with the custom code:)

 

Visualizza commento · Data ultimo post: 06 apr 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha commentato,

Commento nella community Q&A - Tickets and email

Hey Jahn,

Thanks for your suggestion, creating conditional fields won't work with my request. When users choose a particular dropdown value from a dropdown menu, I want to make a certain field invisible to them. Fields ought to appear when a user chooses an alternative dropdown. Currently, when  user selects another drop-down option, the conditional fields totally hide all of the fields for them. So, using custom code will enable me to hide a certain field from the user based on their selection.

Just an example, there is a dropdown called State and the user chooses Georgia. Only certain fields should be visible upon selection, and the conditional fields hides all required field when the user chooses any other state than Georgia.

 

Visualizza commento · Data ultimo post: 06 apr 2023 · Johnny J

0

Follower

0

Voti

0

Commenti


Johnny J ha creato un post,

Post Q&A - Tickets and email

Hi, 

How can we use custom code to make request form fields visible or invisible for end users based on dropdown selection? 

Data ultimo post: 03 apr 2023 · Johnny J

0

Follower

8

Voti

12

Commenti