Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Use IOL with script similar to this:
var $Field = $("#_fid_6");
var $Label = $Field.next("label");
$Field.insertAfter($Label);
- BethBeth8 years agoQrew Assistant CaptainOk, gonna try this. Looks like fun; I will be so happy if I can make this work! Thanks!