Guest Posted July 16, 2005 Share Posted July 16, 2005 Hi, We need to allow users to register for certain things (book fairs, contests, etc.), and so we need serveral different email forms that will collect different data about the visitor. How would we do that with oscommerce. I've looked over contact_us.php and was a little lost. What files exactly are involved in processing that form? How would I duplicate it with new fields? Thanks!!! Link to comment Share on other sites More sharing options...
Guest Posted July 16, 2005 Share Posted July 16, 2005 Take a look at my recent Wholesale Inquiry contribution. It should give you all the information you need to have similar pages (it's just an adapted contact_us). -jared Link to comment Share on other sites More sharing options...
Guest Posted July 18, 2005 Share Posted July 18, 2005 Thanks so much!! This looks like just what I was looking for! Take a look at my recent Wholesale Inquiry contribution. It should give you all the information you need to have similar pages (it's just an adapted contact_us). -jared <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Guest Posted July 22, 2005 Share Posted July 22, 2005 The Wholesale Inquiry contribution was great...it really helped me get a better idea of adding filenames and such. One thing though...how would I go about putting a dropdown list in the form? Thanks!! Link to comment Share on other sites More sharing options...
Guest Posted July 22, 2005 Share Posted July 22, 2005 Dani, The proper osC way to do it would be to use the tep_draw_pull_down_menu function. If you use something like Crimson Editor, you can search the downloaded osCommerce 2.2 MS2 code to see the function definition and examples of how it's used. The *quick* way to do it is to follow the examples here: http://www.htmlcodetutorial.com/linking/li...amsupp_114.html . Take your pick. :) Enjoy! -jared Link to comment Share on other sites More sharing options...
Guest Posted July 22, 2005 Share Posted July 22, 2005 Jared, MANY THANKS! I looked through code as you suggested and got the tep_draw_pull_down_menu function working. :) Thanks again!! - Dani Dani, The proper osC way to do it would be to use the tep_draw_pull_down_menu function. If you use something like Crimson Editor, you can search the downloaded osCommerce 2.2 MS2 code to see the function definition and examples of how it's used. Link to comment Share on other sites More sharing options...
elyssa Posted July 29, 2005 Share Posted July 29, 2005 where can i get the Wholesale Inquiry contribution?? Link to comment Share on other sites More sharing options...
Guest Posted July 29, 2005 Share Posted July 29, 2005 Since it's one of the more recent ones, you can get it by clicking "My Contributions" under my username, just to the left of this post. -jared Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.