developer_x Posted February 10, 2005 Share Posted February 10, 2005 Hi, I have added a new form to the catalog which would have about 120 fields. The customer after loggin in can view and modify this form by clicking its link. the problem is that with each new field being entered into the form like: <tr> <td class="main"><?php echo ENTRY_CUSTOMERS_HEIGHT; ?></td> <td class="main"><?php echo tep_draw_input_field('customers_height', $medical_info['customers_height']) . ' ' . (tep_not_null(ENTRY_MY_HEIGHT_TEXT) ? '<span class="inputRequirement">' . ENTRY_MY_HEIGHT_TEXT . '</span>': ''); ?></td> </tr> my fields slip downwards in the form, so one has to scroll downwards to view and edit the fields. Has this error something to do with the fact that there are too many fields in the backend table ? Just a nonsense thought. But I have tried everything else. I am simple amazed and horrified. Been unable to remove the error as yet. Anyone knows the reason of this error? Regards, Irfan Irfan, Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.