mattmikulla Posted June 14, 2007 Share Posted June 14, 2007 Hello. I have a custom order form that I collaborated on with a friend who knows php. The form needs updated and the code we put together is hard for me to read and update. I think the form can be refined or rewritten in a more OOP way and hopefully as sematic as possible. The Form is for entering ready made frames. The Choices are color and size. Here is what I need to do: Enter Name, Email, Store Number, Comments Etc. Create a table based form where users can only enter numbers in each text field. Upon completion, agreement, and submission of the order an html email is kicked to our inbox. The table remains as it was on the website due to html and a separate print css file. You can see the form as is at http://www.aspenmoulding.com/gs/form_b.php and view the source. Any help or advice would be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/55512-table-based-order-form-that-can-email-text-entered-help/ Share on other sites More sharing options...
trq Posted June 14, 2007 Share Posted June 14, 2007 Do you have an actual question? Quote Link to comment https://forums.phpfreaks.com/topic/55512-table-based-order-form-that-can-email-text-entered-help/#findComment-274340 Share on other sites More sharing options...
mattmikulla Posted June 14, 2007 Author Share Posted June 14, 2007 Yes. My question is: Is there a strategy that I should take or direction in rewriting the code so it is semantic and clean? If you had the task I laid out above how would you approach it. Is there any php code specifically that I should be using? Quote Link to comment https://forums.phpfreaks.com/topic/55512-table-based-order-form-that-can-email-text-entered-help/#findComment-274365 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.