Ben bir form içinde bir damla listesi bir sayfa var. Açılan liste reklamları 'Kategoriler' içeriyor.
Depending on the value chosen in the drop list, I use javascript to show/hide DIVS
on the page, which all contain different form inputs
for the user to fill in.
All this still inside the form!
Kullanıcı 'GÖSTERİLEN DIV' içindeki tüm form inputs
doldurulur ve tıkladığında zaman şimdi, "GÖNDER", diğer form inputs
'doldurulmamış' kalır.
My Q is, does these 'unfilled' inputs slow down things?
Is it needed to make them (the form inputs) disabled
instead of only not visible
inside a hidden DIV
?
BTW, sayfa bazlı php ve formları eylem bir php dosyasına ayarlanır.
Teşekkürler