I need to restrict the max chars on the street address field of the Create An Account form to 30 chars. I know I could set this in the database but I need to restrict it on the html form. Otherwise the additional chars would just get cut off when the data is inserted and we wouldn't have a complete address. Does anyone know how to do this?
I know if it were a regular html form I would just set maxlength="30" in the input field but since the form is constructed from a class I'm having a hard time tracing back to see what method might be available & how to use it.
Thanks!





LinkBack URL
About LinkBacks






Bookmarks