I have created a order form with multiple columns. http://www.planetearthfiber.com/index.php?option=com_chronocontact&Itemid=63 I would like to disable and hide some of the fields.
I am using the following java script:
blush and sequin_blush are names of input objects.
TIA Kriss B)
I am using the following java script:
document.getElementById(sequin_blush).disabled=true;
document.getElementById('blush').style.visibility='hide';
blush and sequin_blush are names of input objects.
TIA Kriss B)