crudbooster
crudbooster copied to clipboard
Child form columns default value
How can I show a label with a dB content for a table in an add or edit form display? I want to set a default value to a column for a child form but it won't accept it.
I solved it with javascript:
$(document).ready(function(){ $("#txt").attr("value", "some value"); });
Thank you very much!
I was also thinking if this should be added as a functionality to CB
Thank you very much
I solved it with javascript:
$(document).ready(function(){ $("#txt").attr("value", "some value"); });
after click [Add to Table] value = not showing anymore .. any solution ?