This is driving me bonkers!
I've set up a subscriber page here:
http://tallentedchef.com/newsletter/?p=subscribe&id=1
I've managed to configure most aspects of how this form looks but I can't for the life of me figure out how to change the form text input size. The default is 40, but it is obviously too big for the page.
I've tried editing this snippet in defaultconfig.inc :
# width of a textline field
"textline_width" => array ("40",
"width of a textline field (numerical)","text"),
Editing this number does not seem to affect the form at all.
Hope you can help!