Radio button option issue

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Lurking
Posts: 32
Joined: Sun Nov 28, 2010 4:57 am

Radio button option issue

Post by Lurking »

Script URL:
Version of script: Hesk 2.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: radio button

Write your message below:
Hi Klemen,
Referring to the "form" area on a ticket, is it possible to prevent "radio buttons" from being pre-selected? The "checkbox" works, but the customers often select more than one option (which causes more questions and does not answer them). The radio button is more applicable for my tickets as they can only select one at a time. Thank you, Larry
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Radio button option issue

Post by Klemen »

Hi,

Try deleting all instances of this code from the index.php file:

Code: Select all

strlen($k_value) == 0 || 
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Lurking
Posts: 32
Joined: Sun Nov 28, 2010 4:57 am

Re: Radio button option issue

Post by Lurking »

Thanks! Works as advertised! :D
wed
Posts: 29
Joined: Sat Nov 12, 2011 7:15 am

Re: Radio button option issue

Post by wed »

thank you for this tip
is it possible to predict the future version option in the configuration
thank you

wed
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Radio button option issue

Post by Klemen »

Perhaps there will be a setting for this in 2.5, but for future I also plan to completely rewrite the code behind custom fields to allow more options and functionality.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply