
Form Class - 2007-03-26 02:22:24
Hi All,
How can I change the name format of the input from: 'p_name_suffix' to just: 'name_suffix' without touching the form class core or form_date core? I just want to eliminae the prefix altogether. I use PHP 5 but could not figure out a way to do this without storing the prefix in the class var and giving access to it before invoking GenerateInputID(). Or is it something terribly simple that I'm missing?
TIA