Hi,
how can I disable some fileds of my form?
Hi kalkal,
There isn’t a built in setting in Cfv5 (there is, I think, in CFv5). In CFv4 you have two choices, use JavaScript to disable the input in the browser, or use a Custom Element element and add the HTML there to do it before the form loads.
Bob
I used custom elements (I don't now Javascript)
and the custom code
<?php echo $form->data[' '];?>
to every one of them.
Thank you