Type: Posts; User: CMYKreative
Good point, thanks for all the help! :)
OK, I found a quick and easy solution: echo ' <tr class="key td-id-' . $_field['name'] . '">' . "\n"; I just added the existing ' . $_field['name'] . ' code to the tr and I was then able to...
I tried that, but it hides the first column, what did I do wrong?: echo ' <table class="adminForm user-details">' . "\n"; $_table = true; } echo ' <tr>' . "\n"; $letter...
I'm trying to hide some specific <tr> rows on the registration form in Virtuemart that are not needed, but there is no way to 'target' them as it uses the same piece of coding to create all the rows....