Skip to main content

All Questions

0 votes
3 answers
467 views

Enable Dropdown Selection Using a Checkbox, Toggle Dependent Dropdown and DIV Visibility

I have an interesting scenario involves using a checkbox to enable the a dropdown. Upon changing the status of the 1st dropdown, it should enables the 2nd dropdown. Once a selection is made in the 2nd ...
Marcelo Martins's user avatar
0 votes
0 answers
49 views

Why is form causing visibility of image to change?

I have a very simple form: <form> <input type="text" onchange="togglePic()"> <img src="img/family.JPG" id="pictest"> </form> I then have the following ...
SMcMet's user avatar
  • 23
0 votes
1 answer
2k views

Yii2 inputfield set disabled depend other field

I have, a create form, where i ask two things. The first is a user_id the other is a name. I want to achieve that, if the first is set then the other field will be disabled. And if because there i ...
Francis's user avatar
  • 1,835
2 votes
1 answer
669 views

Form fields become invisible when Calendar icon selected - Google Chrome

I've been struggling with this form for a while now: http://www.thebeardmore.com/booking-mask/ I'm using Google Chrome for debugging. When I click the 'Calendar' icon, the dates box appears, ...
michaelmcgurk's user avatar
0 votes
1 answer
2k views

div element flashes when adjusting visibility

I would like to hide a div when a button is clicked and show it when a link is clicked, but what is happening is it simply blinks, whether showing it or hiding it. It does this no matter what way I ...
etech22's user avatar