Is there any automated/systematic way to extract components' text field input limitation?
Dear all,
Is there any way to extract in system level (or through out any script or tool) to have the components' text input limit information?
For exmaple, if a form component has 5 fields and each of them have different input limit, would like to have the result as:
Component Name: contact_us_form1
Field 1 input limit: 20 characters(varchar)
Field 2 input limit: 20 characters(varchar)
Field 3 input limit: 25 characters(varchar)
Field 4 input limit: 7 characters (numbers only)
Field 5 input limit: 200 characters (varchar)
Not just for one component but all components in the system that have text input function, I would like to extract.
(So the extraction should be able to pass or indicate if a component has image/video space)
Many thanks!