How to resize the fields in a change template
How to resize the fields in a change template
1. Under Admin >> Change Template >> Select Field and Form Rules
2. Create a rule on Form load and use the below script
jQuery('#s2id_Change_REASONFORCHANGEID').attr("style","width:50%!important");